X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fpopupwidget.cpp;h=6f7d9cb59b7b98725df52c800b96ef984207a205;hb=824bfd42b0105b0aeffbc33a87285578abda2f3b;hp=e7226ddbe949534f17e22ecacf70bb2b56906b0c;hpb=374ad482811eb1ee0eb0db49a23ab12318010c46;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/popupwidget.cpp b/HomeScreen/src/popupwidget.cpp index e7226dd..6f7d9cb 100644 --- a/HomeScreen/src/popupwidget.cpp +++ b/HomeScreen/src/popupwidget.cpp @@ -72,6 +72,7 @@ void PopupWidget::showPopup(int /*type*/, const QString &text) void PopupWidget::showPopupComboBox(const QString &text, const QStringList &choices) { + mp_ui->comboBox_choice->clear(); m_sendComboBoxChoice = true; mp_ui->comboBox_choice->addItems(choices); mp_ui->comboBox_choice->show();