Skip to content

Commit

Permalink
Updates 'Select Location' popup dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Jul 1, 2015
1 parent 20fb73a commit 71130e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/groovy/jd/gui/view/SelectLocationView.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class SelectLocationView {

// --- MouseListener --- //
void mouseClicked(MouseEvent e) {
if (e.clickCount == 2) {
if (e.clickCount > 0) {
callClosure(e.source)
}
}
Expand Down

0 comments on commit 71130e6

Please sign in to comment.