Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[styledock] open via double click action legend setting (#3220)
  • Loading branch information
nirvn authored and NathanW2 committed Jun 20, 2016
1 parent 3672ab9 commit 63cbf87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -463,6 +463,9 @@ void QgisApp::layerTreeViewDoubleClicked( const QModelIndex& index )
case 1:
QgisApp::instance()->attributeTable();
break;
case 2:
mapStyleDock( true );
break;
default:
break;
}
Expand Down
5 changes: 5 additions & 0 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -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>
Expand Down

0 comments on commit 63cbf87

Please sign in to comment.