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 d04c73c commit 03f147dCopy full SHA for 03f147d
1 file changed
examples/user_interfaces/mathtext_wx.py
@@ -65,7 +65,7 @@ def __init__(self, parent, title):
65
menu = wx.Menu()
66
for i, (mt, func) in enumerate(functions):
67
bm = mathtext_to_wxbitmap(mt)
68
- item = wx.MenuItem(menu, 1000 + i, "")
+ item = wx.MenuItem(menu, 1000 + i, " ")
69
item.SetBitmap(bm)
70
menu.AppendItem(item)
71
self.Bind(wx.EVT_MENU, self.OnChangePlot, item)
0 commit comments