Skip to content

Commit

Permalink
Fix toolTip of "Invert selection" button in refactor fields algorithm
Browse files Browse the repository at this point in the history
instead of showing the parent widget tooltip (FIELDS_MAPPING)
  • Loading branch information
DelazJ authored and nyalldawson committed Jul 10, 2023
1 parent 60e6bde commit a5537c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ui/processing/qgsprocessingfieldsmappingpanelbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
</item>
<item>
<widget class="QToolButton" name="mInvertSelectionButton">
<property name="text">
<string>Invert selection</string>
<property name="toolTip">
<string>Invert fields selection</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
Expand Down Expand Up @@ -199,7 +199,6 @@
</customwidgets>
<resources>
<include location="../../../images/images.qrc"/>
<include location="../../../images/images.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit a5537c8

Please sign in to comment.