[Scummvm-cvs-logs] SF.net SVN: scummvm: [23127] scummvm/branches/branch-0-9-0/gui/TabWidget.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Jun 15 14:04:48 CEST 2006


Revision: 23127
Author:   eriktorbjorn
Date:     2006-06-15 05:04:44 -0700 (Thu, 15 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23127&view=rev

Log Message:
-----------
Fixed regression with the override checkboxes in the "Edit game" dialog. The
checkbox's command message was being intercepted by the tab widget.

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/gui/TabWidget.cpp
Modified: scummvm/branches/branch-0-9-0/gui/TabWidget.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/gui/TabWidget.cpp	2006-06-15 12:04:22 UTC (rev 23126)
+++ scummvm/branches/branch-0-9-0/gui/TabWidget.cpp	2006-06-15 12:04:44 UTC (rev 23127)
@@ -126,6 +126,8 @@
 
 
 void TabWidget::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) {
+	Widget::handleCommand(sender, cmd, data);
+
 	switch (cmd) {
 	case kCmdLeft:
 		if (_firstVisibleTab) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list