Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22eb1d5 commit fceeb02Copy full SHA for fceeb02
examples/user_interfaces/mathtext_wx.py
@@ -62,7 +62,7 @@ def __init__(self, parent, title):
62
menu = wx.Menu()
63
for i, (mt, func) in enumerate(functions):
64
bm = mathtext_to_wxbitmap(mt)
65
- item = wx.MenuItem(menu, 1000 + i, "")
+ item = wx.MenuItem(menu, 1000 + i, " ")
66
item.SetBitmap(bm)
67
menu.AppendItem(item)
68
self.Bind(wx.EVT_MENU, self.OnChangePlot, item)
0 commit comments