Skip to content

Commit

Permalink
When deleting set modal to false so editor can resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Wegner authored and facchinm committed Aug 26, 2019
1 parent aaef922 commit b9c3f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/cc/arduino/view/NotificationPopup.java
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public void close() {
if (autoClose) {
autoCloseTimer.cancel();
}
setModal(false);
dispatchEvent(new WindowEvent(this, WindowEvent.WINDOW_CLOSING));
}

Expand Down

0 comments on commit b9c3f00

Please sign in to comment.