Get rid of useless IDLE events
This commit is contained in:
@@ -72,6 +72,8 @@ class MainFrame(wx.Frame):
|
||||
wx.Frame.__init__(self, None, wx.ID_ANY, title="pyfa - Python Fitting Assistant")
|
||||
MainFrame.__instance = self
|
||||
|
||||
wx.IdleEvent.SetMode(wx.IDLE_PROCESS_SPECIFIED)
|
||||
|
||||
self.LoadMainFrameAttribs()
|
||||
|
||||
if 'wxMSW' in wx.PlatformInfo:
|
||||
|
||||
Reference in New Issue
Block a user