From edfdd5139efe3bd68c9e3a4a80de362b2f70da14 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 18 May 2015 13:07:00 +0200 Subject: [PATCH] GuiBox: swap filling of color combos --- src/frontends/qt4/GuiBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiBox.cpp b/src/frontends/qt4/GuiBox.cpp index ad49cad49a..0ae3c16dfb 100644 --- a/src/frontends/qt4/GuiBox.cpp +++ b/src/frontends/qt4/GuiBox.cpp @@ -157,8 +157,8 @@ GuiBox::GuiBox(QWidget * parent) : InsetParamsWidget(parent) // the background can be uncolored while the frame cannot color_codes_ = colors(); - fillComboColor(frameColorCO, false); fillComboColor(backgroundColorCO, true); + fillComboColor(frameColorCO, false); initDialog(); } -- 2.39.2