Skip to content

Commit

Permalink
JBIDE-17268: Fixed cancel button behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 1, 2014
1 parent b7182e1 commit a8a66d0
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -59,6 +59,8 @@ protected void cancelPressed() {
} else {
getProgressMonitor().setCanceled(true);
}
} else {
super.cancelPressed();
}
}

Expand Down

0 comments on commit a8a66d0

Please sign in to comment.