From: Uwe Stöhr Date: Fri, 2 Mar 2007 22:20:32 +0000 (+0000) Subject: - fix bug 2458 X-Git-Tag: 1.6.10~10637 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f84d08a07895e6a6d9c484abf689576632140ef0;p=features.git - fix bug 2458 http://bugzilla.lyx.org/show_bug.cgi?id=2458 - whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17395 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/QGraphicsDialog.C b/src/frontends/qt4/QGraphicsDialog.C index 74f4571b26..25b82a9c0c 100644 --- a/src/frontends/qt4/QGraphicsDialog.C +++ b/src/frontends/qt4/QGraphicsDialog.C @@ -89,7 +89,7 @@ QGraphicsDialog::QGraphicsDialog(QGraphics * form) this, SLOT( change_adaptor() ) ); connect(getPB, SIGNAL( clicked() ), this, SLOT( change_adaptor() ) ); - connect(scaleCB, SIGNAL(clicked()), + connect(scaleCB, SIGNAL(clicked() ), this, SLOT(change_adaptor()) ); connect(Scale, SIGNAL( textChanged(const QString&) ), this, SLOT( change_adaptor() ) ); diff --git a/src/frontends/qt4/QPrefsDialog.C b/src/frontends/qt4/QPrefsDialog.C index 3de0d34af0..c6307b13fa 100644 --- a/src/frontends/qt4/QPrefsDialog.C +++ b/src/frontends/qt4/QPrefsDialog.C @@ -234,7 +234,6 @@ void PrefKeyboard::apply(LyXRC & rc) const { // FIXME: can derive CB from the two EDs rc.use_kbmap = keymapCB->isChecked(); - rc.primary_kbmap = internal_path(fromqstr(firstKeymapED->text())); rc.secondary_kbmap = internal_path(fromqstr(secondKeymapED->text())); } diff --git a/src/insets/insetgraphicsParams.C b/src/insets/insetgraphicsParams.C index c0cdd5fae8..e2cc04373f 100644 --- a/src/insets/insetgraphicsParams.C +++ b/src/insets/insetgraphicsParams.C @@ -68,7 +68,7 @@ void InsetGraphicsParams::init() filename.erase(); lyxscale = 100; // lyx scaling in percentage display = graphics::DefaultDisplay; // display mode; see preferences - scale = string(); // output scaling in percentage + scale = string("100"); // output scaling in percentage width = LyXLength(); height = LyXLength(); keepAspectRatio = false; // for LaTeX output