]> git.lyx.org Git - features.git/commitdiff
GuiWrap.cpp: revert r20509 as the bug in ButtonController.cpp is fixed with r20548
authorUwe Stöhr <uwestoehr@web.de>
Thu, 27 Sep 2007 21:05:36 +0000 (21:05 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 27 Sep 2007 21:05:36 +0000 (21:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20549 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWrap.cpp

index ac761d55f8f9dfb3cb133fd093248bae27164c59..d11fce7d068d00d0e2caf2b1d18a88b77cb2b5a4 100644 (file)
@@ -78,7 +78,10 @@ GuiWrapDialog::GuiWrapDialog(LyXView & lv)
        bc().addReadOnly(widthUnitLC);
        bc().addReadOnly(valignCO);
        bc().addReadOnly(overhangCB);
+       bc().addReadOnly(overhangED);
+       bc().addReadOnly(overhangUnitLC);
        bc().addReadOnly(linesCB);
+       bc().addReadOnly(linesSB);
 
        // initialize the length validator
        bc().addCheckedLineEdit(widthED, widthLA);