[Scummvm-cvs-logs] SF.net SVN: scummvm: [23126] scummvm/trunk/gui/TabWidget.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Thu Jun 15 14:04:26 CEST 2006
Revision: 23126
Author: eriktorbjorn
Date: 2006-06-15 05:04:22 -0700 (Thu, 15 Jun 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23126&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/trunk/gui/TabWidget.cpp
Modified: scummvm/trunk/gui/TabWidget.cpp
===================================================================
--- scummvm/trunk/gui/TabWidget.cpp 2006-06-15 10:18:23 UTC (rev 23125)
+++ scummvm/trunk/gui/TabWidget.cpp 2006-06-15 12:04:22 UTC (rev 23126)
@@ -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