Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added usage info to vertex tool tooltip
  • Loading branch information
uclaros authored and nyalldawson committed Mar 30, 2021
1 parent bd38014 commit 1b11db3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/ui/qgisapp.ui
Expand Up @@ -1098,7 +1098,14 @@
<string>&amp;Vertex Tool (All Layers)</string>
</property>
<property name="toolTip">
<string>Vertex Tool (All Layers)</string>
<string>Vertex Tool (All Layers)
Manipulate vertices on any editable layer:
Right click to lock on a feature.
Click and drag to select vertices by rectangle.
Alt+click to select vertices by polygon.
Shift+click/drag to add vertices to selection.
Ctrl+click/drag to remove vertices from selection.
Shift+R to enable range selection.</string>
</property>
</action>
<action name="mActionRotatePointSymbols">
Expand Down Expand Up @@ -3316,7 +3323,14 @@ Shift+click to snap rotation to 45 degree steps.</string>
<string>&amp;Vertex Tool (Current Layer)</string>
</property>
<property name="toolTip">
<string>Vertex Tool (Current Layer)</string>
<string>Vertex Tool (Current Layer)
Manipulate vertices on the active layer:
Right click to lock on a feature.
Click and drag to select vertices by rectangle.
Alt+click to select vertices by polygon.
Shift+click/drag to add vertices to selection.
Ctrl+click/drag to remove vertices from selection.
Shift+R to enable range selection.</string>
</property>
</action>
<action name="mActionRectangle3PointsProjected">
Expand Down

0 comments on commit 1b11db3

Please sign in to comment.