We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ab288c6 commit 54e6eb3Copy full SHA for 54e6eb3
src/app/qgisapp.cpp
@@ -5532,11 +5532,11 @@ void QgisApp::setMapStyleDockLayer( QgsMapLayer* layer )
5532
{
5533
if ( !layer )
5534
5535
- mMapStylingDock->setEnabled( false );
+ mMapStyleWidget->setEnabled( false );
5536
return;
5537
}
5538
5539
- mMapStylingDock->setEnabled( true );
+ mMapStyleWidget->setEnabled( true );
5540
// We don't set the layer if the dock isn't open mainly to save
5541
// the extra work if it's not needed
5542
if ( mMapStylingDock->isVisible() )
0 commit comments