Skip to content

Commit 29cc87c

Browse files
authored
Merge pull request #17686 from anntzer/wxtooltip
Fix tooltip for wx toolbar.
2 parents 1a2b8e9 + bea2808 commit 29cc87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ def __init__(self, canvas):
11201120
-1,
11211121
bitmap=self._icon(f"{image_file}.png"),
11221122
bmpDisabled=wx.NullBitmap,
1123-
label=text, shortHelp=text, longHelp=tooltip_text,
1123+
label=text, shortHelp=tooltip_text,
11241124
kind=(wx.ITEM_CHECK if text in ["Pan", "Zoom"]
11251125
else wx.ITEM_NORMAL))
11261126
.Id)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy