Correct disabled graphics scale string (#9443)

This commit is contained in:
Juergen Spitzmueller 2021-01-20 12:06:22 +01:00
parent 65af4e44bb
commit b1afdf1c19

View File

@ -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);