Skip to content

Commit

Permalink
Remove hiding the phantom stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainBertrand committed Mar 1, 2024
1 parent 84dec32 commit 28fca94
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,6 @@ public static File showSaveDialog(Window owner, String title, ExtensionFilter ex

File result = fileChooser.showSaveDialog(owner);

if (usePhantomStage)
{
getPhantomStage().hide();
}

if (result == null)
return null;

Expand Down

0 comments on commit 28fca94

Please sign in to comment.