Skip to content

Commit

Permalink
Merge pull request #1142 from Marketcetera/MATP-1106
Browse files Browse the repository at this point in the history
MATP-1106 Photon Shutdown Hang
  • Loading branch information
colinduplantis committed Apr 3, 2023
2 parents 3bd586e + f24276a commit 6b3bdb9
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 350 deletions.
115 changes: 0 additions & 115 deletions photon/src/main/java/org/marketcetera/ui/DragResizer.java

This file was deleted.

152 changes: 0 additions & 152 deletions photon/src/main/java/org/marketcetera/ui/Draggable.java

This file was deleted.

4 changes: 1 addition & 3 deletions photon/src/main/java/org/marketcetera/ui/LoginView.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import org.springframework.stereotype.Component;

import io.grpc.StatusRuntimeException;
import javafx.application.Platform;
import javafx.beans.value.ChangeListener;
import javafx.event.ActionEvent;
import javafx.geometry.Insets;
Expand Down Expand Up @@ -171,8 +170,7 @@ private void onLogin(ActionEvent inEvent)
*/
private void onCloseRequest(WindowEvent inEvent)
{
// shutdown the whole app
Platform.exit();
PhotonApp.getApp().doAppShutdown();
}
/**
* main scene of the dialog
Expand Down
Loading

0 comments on commit 6b3bdb9

Please sign in to comment.