Skip to content

Commit 1563526

Browse files
committed
Fix actions are not enabled when loading layer with default style (fix #13910)
1 parent 1152fef commit 1563526

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
@@ -3590,6 +3590,7 @@ bool QgisApp::addVectorLayers( const QStringList &theLayerQStringList, const QSt
35903590
bool ok;
35913591
l->loadDefaultStyle( ok );
35923592
}
3593+
activateDeactivateLayerRelatedActions( activeLayer() );
35933594

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

0 commit comments

Comments
 (0)