mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
[styledock] open via double click action legend setting (#3220)
This commit is contained in:
parent
3672ab9e50
commit
63cbf8778e
@ -463,6 +463,9 @@ void QgisApp::layerTreeViewDoubleClicked( const QModelIndex& index )
|
||||
case 1:
|
||||
QgisApp::instance()->attributeTable();
|
||||
break;
|
||||
case 2:
|
||||
mapStyleDock( true );
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -2919,6 +2919,11 @@
|
||||
<string>Open attribute table</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Open map styling dock</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user