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.
1 parent fbc5b14 commit 26d78cbCopy full SHA for 26d78cb
services/src/main/java/org/jd/gui/view/component/AbstractTextPage.java
@@ -102,9 +102,9 @@ public void mouseClicked(MouseEvent e) {
102
103
// Update font size
104
if (e.getWheelRotation() > 0) {
105
- INCREASE_FONT_SIZE_ACTION.actionPerformedImpl(null, textArea);
106
- } else {
107
DECREASE_FONT_SIZE_ACTION.actionPerformedImpl(null, textArea);
+ } else {
+ INCREASE_FONT_SIZE_ACTION.actionPerformedImpl(null, textArea);
108
}
109
110
// Save preferences
0 commit comments