1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Fixed minor block load problem

This commit is contained in:
Ross Wilson
2016-01-30 18:07:09 +07:00
parent 1107ffac42
commit 7f52107a48
2 changed files with 6 additions and 6 deletions

View File

@@ -152,7 +152,7 @@ class MyPopupMenu(wx.Menu):
def __init__(self, WinName):
global grid
rows = grid.GetSelectedRows()
wx.Menu.__init__(self)
self.WinName = WinName