From: Abdelrazak Younes Date: Fri, 28 Sep 2007 23:30:19 +0000 (+0000) Subject: * GuiParagraph: uncheck "Immediate Apply" by default. X-Git-Tag: 1.6.10~8132 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7ee96c2f11e736354cc2adbb1b16492d1ce4adc6;p=features.git * GuiParagraph: uncheck "Immediate Apply" by default. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20575 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiParagraph.cpp b/src/frontends/qt4/GuiParagraph.cpp index 091ed7b7bb..40182113a5 100644 --- a/src/frontends/qt4/GuiParagraph.cpp +++ b/src/frontends/qt4/GuiParagraph.cpp @@ -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));