[Scummvm-cvs-logs] CVS: scummvm/gui widget.cpp,1.34,1.35

Nicolas Bacca arisme at users.sourceforge.net
Mon Jan 19 12:35:07 CET 2004


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv15909

Modified Files:
	widget.cpp 
Log Message:
Add comment for checkbox CE tweak

Index: widget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/widget.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- widget.cpp	18 Jan 2004 13:50:50 -0000	1.34
+++ widget.cpp	19 Jan 2004 20:34:54 -0000	1.35
@@ -170,6 +170,7 @@
 #ifndef _WIN32_WCE
 	if (isEnabled() && x >= 0 && x < _w && y >= 0 && y < _h) {
 #else
+	// Limit the active zone on the checkbox for stylus users
 	if (isEnabled() && x >= 0 && x < 14 && y >= 0 && y < 14) {
 #endif
 		toggleState();





More information about the Scummvm-git-logs mailing list