Skip to content

Commit

Permalink
Merge pull request #1145 from Marketcetera/MATP-1142
Browse files Browse the repository at this point in the history
MATP-1142 Window Close Button is hard to press
  • Loading branch information
colinduplantis committed Apr 3, 2023
2 parents af40f3d + da3f504 commit 3c243a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ public void onResize(Node inNode,
*/
private void setupWindowListeners()
{
closeImage.setOnMouseClicked(event -> {
closeButtonLayout.setOnMouseClicked(event -> {
contentViewProperty.get().onClose();
close();
});
Expand Down

0 comments on commit 3c243a3

Please sign in to comment.