Skip to content

Commit

Permalink
Made it so that scrollwheel only zooms and not scrolls too.
Browse files Browse the repository at this point in the history
  • Loading branch information
goglepox committed Aug 17, 2012
1 parent 69458bb commit 865df11
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -487,6 +487,7 @@ public void handleEvent(Event event) {
resizeControl();
// JChemPaintEditorWidget.this.redraw();
// logger.debug("Mouse zoom");
event.doit = false;
break;
}

Expand Down

0 comments on commit 865df11

Please sign in to comment.