Skip to content

Commit

Permalink
#2037 JavaFX Windows Can't Be Shrunk. Reverts changes made under #1619.…
Browse files Browse the repository at this point in the history
… (#2047)

Co-authored-by: Dennis Sheirer <[email protected]>
  • Loading branch information
DSheirer and Dennis Sheirer authored Oct 27, 2024
1 parent b3cd3f4 commit a15ff90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/io/github/dsheirer/gui/JavaFxWindowManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,6 @@ private void restoreStage(Stage stage)
stage.show();
stage.requestFocus();
stage.toFront();
stage.setMinHeight(stage.getHeight());
stage.setMinWidth(stage.getWidth());
// System.out.println("Stage [" + stage.getTitle() + "] restored - width[" + stage.getWidth() + "] height [" + stage.getHeight() + "]");
}

@Override
Expand Down

0 comments on commit a15ff90

Please sign in to comment.