Skip to content

Commit

Permalink
[Dialog] MessageBox expands if there are multiple buttons. Fixed #99
Browse files Browse the repository at this point in the history
  • Loading branch information
flamendless committed Sep 17, 2021
1 parent 938aea0 commit 3f75b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Internal/UI/Button.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function Button.Begin(Label, Options)
Cursor.SetItemBounds(X, Y, W, H)
Cursor.AdvanceY(H)

Window.AddItem(X, Y, W, H, Id)
-- Window.AddItem(X, Y, W, H, Id)

Stats.End(StatHandle)

Expand Down

0 comments on commit 3f75b86

Please sign in to comment.