We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d361dc6 + 4e17b61 commit 7a0bc52Copy full SHA for 7a0bc52
src/main/java/org/scijava/ui/swing/task/SwingTaskMonitorComponent.java
@@ -238,6 +238,8 @@ public void mouseClicked(java.awt.event.MouseEvent evt) {
238
if (userconfirmation == JOptionPane.YES_OPTION) {
239
selectedTask.cancel("User cancellation (table task)");
240
}
241
+ } else {
242
+ selectedTask.cancel("User cancellation (table task)");
243
244
245
0 commit comments