]> git.lyx.org Git - features.git/commitdiff
* GuiParagraph: uncheck "Immediate Apply" by default.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 28 Sep 2007 23:30:19 +0000 (23:30 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 28 Sep 2007 23:30:19 +0000 (23:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20575 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiParagraph.cpp

index 091ed7b7bbb26250764832488108cce11d411c2e..40182113a5b893938e10eae78d7b689e96fbf84e 100644 (file)
@@ -55,7 +55,7 @@ GuiParagraph::GuiParagraph(ControlParagraph & controller, QWidget * parent)
                this, SLOT(changed()));
 
 
-       synchronizedViewCB->setChecked(true);
+       synchronizedViewCB->setChecked(false);
        on_synchronizedViewCB_toggled();
        linespacingValue->setValidator(new QDoubleValidator(linespacingValue));