diff --git a/src/frontends/qt4/GuiBox.cpp b/src/frontends/qt4/GuiBox.cpp index 0ae3c16dfb..123c286845 100644 --- a/src/frontends/qt4/GuiBox.cpp +++ b/src/frontends/qt4/GuiBox.cpp @@ -166,6 +166,7 @@ GuiBox::GuiBox(QWidget * parent) : InsetParamsWidget(parent) void GuiBox::fillComboColor(QComboBox * combo, bool const is_none) { + combo->clear(); QPixmap coloritem(32, 32); QColor color; // frameColorCO cannot be uncolored