Update of /cvsroot/vba/VisualBoyAdvance/src/win32
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8862/src/win32
Modified Files:
skinButton.cpp
Log Message:
Fixed bug [ 1154031 ] Skin Buttons by Nunya Business - thecloudofsmoke
Index: skinButton.cpp
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/skinButton.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** skinButton.cpp 27 May 2006 14:47:33 -0000 1.8
--- skinButton.cpp 25 Aug 2006 15:27:16 -0000 1.9
***************
*** 127,130 ****
--- 127,132 ----
inside &= PtInRegion(region, pt.x, pt.y);
if(inside) {
+ ReleaseCapture();
+ Invalidate();
HWND hWnd = m_hWnd;
if(idCommand != 0)
|