mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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
|
- fix crash when (re-)loading maps
|
||||||
---
|
---
|
||||||
* Always add new entries at the very top of this file above other existing entries and this note.
|
* 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">
|
<item row="0" column="2">
|
||||||
<widget class="QToolButton" name="close">
|
<widget class="QToolButton" name="close">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Close and reset filters</string>
|
<string>Close filters</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue