From: Kevin A. <al...@se...> - 2001-11-13 02:27:17
|
Simon reported today that the statusBar wasn't working under Linux so I changed the StatusBar class (statusbar.py) from: self._delegate = wxStatusBar(parent, wxNewId()) to: self._delegate = parent.CreateStatusBar() This seems to work on both Linux and Windows. ka |