Show
Ignore:
Timestamp:
01/21/05 13:31:30 (19 years ago)
Author:
jerome
Message:

Added a call to Refresh()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/bin/pykoticon

    r79 r80  
    275275                i += 1 
    276276        self.AutoSize() 
     277        self.Refresh() 
    277278             
    278279class PyKotIcon(wxPython.wx.wxFrame): 
     
    403404    def OnTaskBarClose(self, evt) : 
    404405        self.Close() 
    405         #wxPython.wx.wxGetApp().ProcessIdle() 
    406406 
    407407class PyKotIconApp(wx.PySimpleApp):