We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f0fc8 commit a231466Copy full SHA for a231466
src/app/qgisapp.cpp
@@ -9127,6 +9127,8 @@ void QgisApp::registerMapStylePanelFactory( QgsLayerStylingPanelFactory *factory
9127
void QgisApp::unregisterMapStylePanelFactory( QgsLayerStylingPanelFactory *factory )
9128
{
9129
mMapStylePanelFactories.removeAll( factory );
9130
+ if ( mMapStyleWidget )
9131
+ mMapStyleWidget->setPageFactories( mMapStylePanelFactories );
9132
}
9133
9134
/** Get a pointer to the currently selected map layer */
0 commit comments