From: <ma...@us...> - 2003-12-21 05:41:46
|
Update of /cvsroot/sharedaemon/ui-wx In directory sc8-pr-cvs1:/tmp/cvs-serv26316 Modified Files: TODO Log Message: Statusbar flickering is fixed, tbar flickering wont be fixed (at least not in near future) Index: TODO =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/TODO,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- TODO 21 Dec 2003 05:40:27 -0000 1.10 +++ TODO 21 Dec 2003 05:41:43 -0000 1.11 @@ -31,7 +31,6 @@ * Splitter windows don't resize correct after switching to fullscreen * Page detaching engine loses few wxMask/wxObject type objects during the process, probably the toolbar buttons images. -* Fix toolbar/statusbar flickering on wxMSW. * Hack wxToolBar to trigger EVT_LEFT_DOWN mouse events and use those for changing pages instead of EVT_LEFT_CLICK - makes it seem faster. |