mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
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:
parent
10a91403f6
commit
675b84c1b0
@ -213,7 +213,7 @@ void QGraphicsDialog::on_scaleCB_toggled(bool setScale)
|
|||||||
{
|
{
|
||||||
Scale->setEnabled(setScale);
|
Scale->setEnabled(setScale);
|
||||||
if (setScale) {
|
if (setScale) {
|
||||||
Scale->setText("");
|
Scale->setText("100");
|
||||||
Scale->setFocus(Qt::OtherFocusReason);
|
Scale->setFocus(Qt::OtherFocusReason);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user