]> git.lyx.org Git - features.git/commitdiff
Fix small bug with new graphics dialog.
authorRichard Heck <rgheck@comcast.net>
Fri, 6 Apr 2007 12:38:23 +0000 (12:38 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 6 Apr 2007 12:38:23 +0000 (12:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17745 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QGraphicsDialog.C

index 7357d40094fff884069142aa1b806e877bd388bc..23b786ce0c0d738999ec2399c100bddebd067f72 100644 (file)
@@ -213,7 +213,7 @@ void QGraphicsDialog::on_scaleCB_toggled(bool setScale)
 {
        Scale->setEnabled(setScale);
        if (setScale) {
-               Scale->setText("");
+               Scale->setText("100");
                Scale->setFocus(Qt::OtherFocusReason);
        }