Revert "Get rid of useless IDLE events"

This reverts commit 24b96a5cee.
This commit is contained in:
Corollax
2011-02-23 06:51:47 -06:00
parent 98c8ea2f03
commit 987209089c

View File

@@ -72,8 +72,6 @@ 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: