Skip to content

Commit

Permalink
add reposition back
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Sep 24, 2024
1 parent 15d18b7 commit c09062c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flixel/system/debug/watch/Watch.hx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class Watch extends Window
resetEntries();
minSize.setTo(getMaxMinWidth() + entriesContainerOffset.x, entriesContainer.height + entriesContainerOffset.y);
super.updateSize();
reposition(x, y);
}

function resetEntries():Void
Expand Down

0 comments on commit c09062c

Please sign in to comment.