keep it simple!

This commit is contained in:
GenZmeY 2021-05-25 03:49:06 +03:00
parent 516f3db3d7
commit 59919b6814

View File

@ -125,8 +125,7 @@ function DrawMenu()
// Header font info.
Canvas.Font = Owner.CurrentStyle.PickFont(FontScalar);
YL = Owner.CurrentStyle.DefaultHeight;
DefFontHeight = YL;
DefFontHeight = Owner.CurrentStyle.DefaultHeight;
XPosCenter = (Canvas.ClipX * 0.5);