Skip to content

Commit b9c3f00

Browse files
Joe Wegnerfacchinm
Joe Wegner
authored andcommitted
When deleting set modal to false so editor can resume
1 parent aaef922 commit b9c3f00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/cc/arduino/view/NotificationPopup.java

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ public void close() {
252252
if (autoClose) {
253253
autoCloseTimer.cancel();
254254
}
255+
setModal(false);
255256
dispatchEvent(new WindowEvent(this, WindowEvent.WINDOW_CLOSING));
256257
}
257258

0 commit comments

Comments
 (0)