mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Desktop: correct tooltip for filter close button
This button only closes the filter panel but doesn't clear it. Reported-by: Adric Norris <landstander668@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b0f1b25806
commit
29f5d15a66
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
- fix incorrect tool tip for the button closing the filter panel
|
||||
- fix crash when (re-)loading maps
|
||||
---
|
||||
* Always add new entries at the very top of this file above other existing entries and this note.
|
||||
|
|
|
@ -307,7 +307,7 @@
|
|||
<item row="0" column="2">
|
||||
<widget class="QToolButton" name="close">
|
||||
<property name="toolTip">
|
||||
<string>Close and reset filters</string>
|
||||
<string>Close filters</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
|
|
Loading…
Reference in a new issue