Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 7, 2020
1 parent 0ea5f57 commit 42e8903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaplayerstylecategoriesmodel.cpp
Expand Up @@ -26,7 +26,7 @@ QgsMapLayerStyleCategoriesModel::QgsMapLayerStyleCategoriesModel( QgsMapLayerTyp
break;

case QgsMapLayerType::VectorTileLayer:
mCategoryList << QgsMapLayer::StyleCategory::Symbology << QgsMapLayer::StyleCategory::Labeling;
mCategoryList << QgsMapLayer::StyleCategory::Symbology << QgsMapLayer::StyleCategory::Labeling << QgsMapLayer::StyleCategory::AllStyleCategories;
break;

case QgsMapLayerType::RasterLayer:
Expand Down

0 comments on commit 42e8903

Please sign in to comment.