Skip to content

Commit

Permalink
Fix actions are not enabled when loading layer with default style (fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 14, 2016
1 parent 1152fef commit 1563526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -3590,6 +3590,7 @@ bool QgisApp::addVectorLayers( const QStringList &theLayerQStringList, const QSt
bool ok;
l->loadDefaultStyle( ok );
}
activateDeactivateLayerRelatedActions( activeLayer() );

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

0 comments on commit 1563526

Please sign in to comment.