Skip to content

Commit 59c35df

Browse files
committedJul 1, 2016
Fix actions are not enabled when loading layer with default style (fix #13910)
(cherry-picked from 1563526)
1 parent 563c470 commit 59c35df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3330,6 +3330,7 @@ bool QgisApp::addVectorLayers( const QStringList &theLayerQStringList, const QSt
33303330
bool ok;
33313331
l->loadDefaultStyle( ok );
33323332
}
3333+
activateDeactivateLayerRelatedActions( activeLayer() );
33333334

33343335
// Only update the map if we frozen in this method
33353336
// Let the caller do it otherwise

0 commit comments

Comments
 (0)
Please sign in to comment.