mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +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())
|
||||
return;
|
||||
if (!Scale->isEnabled() && Scale->text() != "100")
|
||||
Scale->setText(qt_(autostr));
|
||||
Scale->setText("100");
|
||||
|
||||
setAutoTextCB(WidthCB, Width, widthUnit);
|
||||
setAutoTextCB(HeightCB, Height, heightUnit);
|
||||
|
Loading…
Reference in New Issue
Block a user