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
  • Loading branch information
Dennis Sheirer committed Oct 27, 2024
1 parent b3cd3f4 commit bd93bf5
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 bd93bf5

Please sign in to comment.