summaryrefslogtreecommitdiff
path: root/client/widgets
diff options
context:
space:
mode:
authordeva <deva>2010-08-18 15:33:47 +0000
committerdeva <deva>2010-08-18 15:33:47 +0000
commit565e8c89be76d851306fb3a14baa1c8fbb06aeb8 (patch)
tree5ebd608a5231f60ecb745bd7f1a4920f066c9254 /client/widgets
parentd2aa6fc31b7b867b9eba402ac25f4e0014837191 (diff)
onChange should not be deep here.
Diffstat (limited to 'client/widgets')
-rw-r--r--client/widgets/combobox.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/combobox.cc b/client/widgets/combobox.cc
index de521ba..ebc2cb5 100644
--- a/client/widgets/combobox.cc
+++ b/client/widgets/combobox.cc
@@ -39,6 +39,7 @@
#include <QWheelEvent>
#include "common.h"
+#include "debug.h"
// Enable this to make the combobox drawn in windows style.
// This will make its background red even when not expanded.
@@ -173,7 +174,7 @@ void ComboBox::setValue(QString value, QString source)
combobox->setCurrentIndex(idx);
ischangingbyuser = true;
} else {
- eventOnChange(true);
+ eventOnChange();
}
// setInitialValue(value);