Fix rending of Calculator buttons - wrong X positions and widths

This commit is contained in:
deadwood 2024-03-25 14:12:32 +01:00
parent 9147b7efe9
commit 79cb4dda5d
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,8 @@ struct WindowV0 *abiv0_OpenWindowTagList(APTR /*struct NewWindowV0 **/newWindow,
proxy->base.BorderBottom = wndnative->BorderBottom;
proxy->base.Width = wndnative->Width;
proxy->base.Height = wndnative->Height;
proxy->base.GZZHeight = wndnative->GZZHeight;
proxy->base.GZZWidth = wndnative->GZZWidth;
proxy->native = wndnative;