Changeset 1488 for trunk/peppy/frame.py

Show
Ignore:
Timestamp:
07/11/08 08:03:25 (4 months ago)
Author:
rob
Message:

Fixed the bad SetFocus? call by placing both the removeFromParent and performAction methods in CallAfters?
* added the performAction method to call the action's processMinibuffer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/peppy/frame.py

    r1487 r1488  
    7777 
    7878class MyNotebook(wx.aui.AuiNotebook, debugmixin): 
    79     debuglevel = 1 
    8079     
    8180    def __init__(self, parent, size=wx.DefaultSize): 
     
    325324 
    326325class BufferFrame(wx.Frame, ClassPrefs, debugmixin): 
    327     debuglevel = 1 
    328326    frameid=0 
    329327    load_error_count = 0