diff options
Diffstat (limited to 'client/widgets/combobox.cc')
-rw-r--r-- | client/widgets/combobox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/combobox.cc b/client/widgets/combobox.cc index a167e29..c426e41 100644 --- a/client/widgets/combobox.cc +++ b/client/widgets/combobox.cc @@ -177,7 +177,7 @@ void ComboBox::setValue(QString value, QString source) combobox->setCurrentIndex(idx); ischangingbyuser = true; - setInitialValue(value); + // setInitialValue(value); } |