mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Correct disabled graphics scale string (#9443)
This commit is contained in:
parent
65af4e44bb
commit
b1afdf1c19
@ -363,7 +363,7 @@ void GuiGraphics::setAutoText()
|
|||||||
if (scaleCB->isChecked())
|
if (scaleCB->isChecked())
|
||||||
return;
|
return;
|
||||||
if (!Scale->isEnabled() && Scale->text() != "100")
|
if (!Scale->isEnabled() && Scale->text() != "100")
|
||||||
Scale->setText(qt_(autostr));
|
Scale->setText("100");
|
||||||
|
|
||||||
setAutoTextCB(WidthCB, Width, widthUnit);
|
setAutoTextCB(WidthCB, Width, widthUnit);
|
||||||
setAutoTextCB(HeightCB, Height, heightUnit);
|
setAutoTextCB(HeightCB, Height, heightUnit);
|
||||||
|
Loading…
Reference in New Issue
Block a user