[styledock] open via double click action legend setting (#3220)

This commit is contained in:
Mathieu Pellerin 2016-06-20 14:09:48 +07:00 committed by Nathan Woodrow
parent 3672ab9e50
commit 63cbf8778e
2 changed files with 8 additions and 0 deletions

View File

@ -463,6 +463,9 @@ void QgisApp::layerTreeViewDoubleClicked( const QModelIndex& index )
case 1:
QgisApp::instance()->attributeTable();
break;
case 2:
mapStyleDock( true );
break;
default:
break;
}

View File

@ -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>