From: Juergen Spitzmueller Date: Mon, 18 May 2015 11:07:00 +0000 (+0200) Subject: GuiBox: swap filling of color combos X-Git-Tag: 2.2.0alpha1~770 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=edfdd5139efe3bd68c9e3a4a80de362b2f70da14;p=features.git GuiBox: swap filling of color combos --- 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(); }