[Wgui-cvs] wgui CHANGES,1.157,1.158
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2005-09-26 18:37:59
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19172 Modified Files: CHANGES Log Message: Fixed OnMouseButtonDown and OnMouseButtonUp Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.157 retrieving revision 1.158 diff -C2 -d -r1.157 -r1.158 *** CHANGES 22 Sep 2005 20:51:48 -0000 1.157 --- CHANGES 26 Sep 2005 18:37:48 -0000 1.158 *************** *** 13,16 **** --- 13,18 ---- + Bugfix CPainter: Calls to DrawRect() previously ignored the draw mode if it was set to fill, (it was directly calling SDL_FillRect()) this has been fixed, but it may mean significantly slower drawing when in any other mode than PAINT_REPLACE which is special cased + + Bugfix: OnMouseButtonDown() and OnMouseButtonUp() wasn't returning the value it gets when it called it's base class for the function, which could + cause messages to go to the wrong window |