- fixed alignment issue in SBARINFO's DrawString command

This commit is contained in:
Blue Shadow 2024-07-28 08:07:43 +03:00 committed by Ricardo Luís Vaz Silva
parent f671018700
commit 519dd16c9a

View file

@ -924,6 +924,7 @@ class CommandDrawString : public SBarInfoCommand
break;
default:
str = GStrings.localize(label.GetChars());
RealignString();
break;
}
}