Skip to content

Commit

Permalink
Browsing features in attribute table does not require edit mode
Browse files Browse the repository at this point in the history
In attribute table form view, since the buttons to pan to, zoom to and highlight the active feature are available regardless the layer edit mode, their tooltip should not refer to "currently edited feature".
  • Loading branch information
DelazJ committed Jul 12, 2019
1 parent f3dd208 commit ee4fac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgsdualviewbase.ui
Expand Up @@ -261,7 +261,7 @@
<item>
<widget class="QToolButton" name="mFlashButton">
<property name="toolTip">
<string>Highlight currently edited feature on map</string>
<string>Highlight current feature on map</string>
</property>
<property name="text">
<string/>
Expand Down Expand Up @@ -294,7 +294,7 @@
<item>
<widget class="QToolButton" name="mAutoPanButton">
<property name="toolTip">
<string>Automatically pan to currently edited feature</string>
<string>Automatically pan to the current feature</string>
</property>
<property name="text">
<string/>
Expand All @@ -314,7 +314,7 @@
<item>
<widget class="QToolButton" name="mAutoZoomButton">
<property name="toolTip">
<string>Automatically zoom to currently edited feature</string>
<string>Automatically zoom to the current feature</string>
</property>
<property name="text">
<string/>
Expand Down

0 comments on commit ee4fac9

Please sign in to comment.