diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/widgets/combobox.cc | 3 | 
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); | 
