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.
2 parents d04c73c + 03f147d commit c47de0eCopy full SHA for c47de0e
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