Skip to content

Commit 2d89399

Browse files
authored
fix: Initialize TRSGrandExchange.ConfirmButton bounds
The bounds of the ConfirmButton were not set in TRSGrandExchange.SetupInterface()
1 parent de69f1a commit 2d89399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osrs/interfaces/mainscreen/grandexchange/grandexchange.simba

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ begin
367367

368368
with Self.Bounds do
369369
Self.HistoryButton := [X1+7, Y1+7, X1+53, Y1+26];
370+
Self.ConfirmButton := [X1+391, Y1+40, X1+473, Y1+59];
370371
end;
371372

372373
(*

0 commit comments

Comments
 (0)