]> git.lyx.org Git - features.git/commitdiff
GuiBox: swap filling of color combos
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 18 May 2015 11:07:00 +0000 (13:07 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 18 May 2015 11:07:00 +0000 (13:07 +0200)
src/frontends/qt4/GuiBox.cpp

index ad49cad49a4d84a0ee49ec0dba64d4a6c5417053..0ae3c16dfb01f36757bbe413a214fc407faf6dde 100644 (file)
@@ -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();
 }