]> git.lyx.org Git - features.git/commitdiff
- fix bug 2458
authorUwe Stöhr <uwestoehr@web.de>
Fri, 2 Mar 2007 22:20:32 +0000 (22:20 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 2 Mar 2007 22:20:32 +0000 (22:20 +0000)
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

src/frontends/qt4/QGraphicsDialog.C
src/frontends/qt4/QPrefsDialog.C
src/insets/insetgraphicsParams.C

index 74f4571b26d98ee5d9ca860826696b68d3440f7e..25b82a9c0cc47653f83aa8372afe476c50ea6234 100644 (file)
@@ -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() ) );
index 3de0d34af0f3b7b6de083b5ccfc72b6c4937c9dd..c6307b13fa802737ee46decf652d2bebc5f69ee0 100644 (file)
@@ -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()));
 }
index c0cdd5fae8826669aa6d68d3e2c1ae08c78acc69..e2cc04373f04ae7b675a42e27bf44bb986d5d997 100644 (file)
@@ -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