Fix small bug with new graphics dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17745 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-04-06 12:38:23 +00:00
parent 10a91403f6
commit 675b84c1b0

View 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);
}