aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/popupwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/popupwidget.cpp')
-rw-r--r--HomeScreen/src/popupwidget.cpp1
1 files changed, 1 insertions, 0 deletions
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();