Skip to content

Commit

Permalink
fixed waves popup not autolayout
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDeluxeCat committed Jul 17, 2023
1 parent cf235f3 commit 6957cf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mi2u/ui/MapInfoTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ public MapInfoTable(){

//wave tools
wavesPopup.addInGameVisible();
wavesPopup.update(() -> {
wavesPopup.keepInScreen();
});
wavesPopup.addCloseButton();
wavesPopup.addDragMove();
wavesPopup.background(Styles.black3);
Expand Down

0 comments on commit 6957cf9

Please sign in to comment.