From 7ee96c2f11e736354cc2adbb1b16492d1ce4adc6 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 28 Sep 2007 23:30:19 +0000 Subject: [PATCH] * GuiParagraph: uncheck "Immediate Apply" by default. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20575 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiParagraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.2