[Wnd-commit] wnd/wnd/controls/listview messagehandler.py,1.3,1.4
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-07-23 22:10:14
|
Update of /cvsroot/wnd/wnd/wnd/controls/listview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26713/wnd/controls/listview Modified Files: messagehandler.py Log Message: bit of this and a bit of that Index: messagehandler.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/controls/listview/messagehandler.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** messagehandler.py 2 Jul 2005 09:54:34 -0000 1.3 --- messagehandler.py 23 Jul 2005 22:10:06 -0000 1.4 *************** *** 14,18 **** msgr.fReturn= self._base_fMsgReflect - if msgr.msg==self.Msg.WM_NOTIFY: # custom draw --- 14,17 ---- *************** *** 110,115 **** elif msg==self.Msg.WM_DESTROY: self.onMSG(hwnd, "destroy", 0, 0) ! return 0 ! elif msg==self.Msg.WM_STYLECHANGING: # set LVS_SHAREIMAGELISTS as unchangable style --- 109,113 ---- elif msg==self.Msg.WM_DESTROY: self.onMSG(hwnd, "destroy", 0, 0) ! elif msg==self.Msg.WM_STYLECHANGING: # set LVS_SHAREIMAGELISTS as unchangable style |