Refactoring - boolean getters and miscellaneous
[fanfix.git] / src / jexer / TVScroller.java
index 51fcd8519f6bd47eba9064b5b2f4582316f2776b..fd806e712b9b8e7883cd79cc276bb9f175f53fb1 100644 (file)
@@ -328,7 +328,7 @@ public final class TVScroller extends TWidget {
             return;
         }
 
-        if ((mouse.getMouse1()) &&
+        if ((mouse.isMouse1()) &&
             (inScroll) &&
             (mouse.getY() > 0) &&
             (mouse.getY() < getHeight() - 1)