mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Don't disable style dock when no layer is selected
Since the style dock has it's own layer selector, it should always be enabled and not tied to an active legend layer
This commit is contained in:
parent
5c270ebeb0
commit
d8f2462b69
@ -5833,7 +5833,6 @@ void QgisApp::setMapStyleDockLayer( QgsMapLayer* layer )
|
||||
{
|
||||
if ( !layer )
|
||||
{
|
||||
mMapStyleWidget->setEnabled( false );
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user