]> git.lyx.org Git - lyx.git/commitdiff
GuiBox.cpp: re-add lost braces
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 11 May 2015 20:16:36 +0000 (22:16 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 11 May 2015 20:16:36 +0000 (22:16 +0200)
- FORMAT: add date

development/FORMAT
src/frontends/qt4/GuiBox.cpp

index 058e382b5339bf57b453dfd66aef7818cd7321a8..e4dda6efac4a979886fd0665b975e682751099c4 100644 (file)
@@ -11,7 +11,7 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
-2015-05-xx Uwe Stöhr <uwestoehr@web.de>
+2015-05-11 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 489: support to set line thickness, box separation
              and shadow size in the box dialog 
          New box parameters:
index c5244d0116af8ca94b1eb24c645dce87d11868ed..ac5856ded80af8232672a2ba18412b914d42cda6 100644 (file)
@@ -158,10 +158,11 @@ void GuiBox::on_typeCO_activated(int index)
                        heightCB->setChecked(false);
                setSpecial(ibox);
        }
-       if (type != "Boxed")
+       if (type != "Boxed") {
                if (type != "Frameless")
                        widthCB->setChecked(itype != "none");
                pagebreakCB->setChecked(false);
+       }
        changed();
 }