DSVColumnView.st
changeset 5670 9aea34629aea
parent 5666 88930c01d31b
child 5680 48cf8714352b
--- a/DSVColumnView.st	Tue Jan 16 18:15:25 2018 +0100
+++ b/DSVColumnView.st	Tue Jan 16 18:15:49 2018 +0100
@@ -3127,10 +3127,10 @@
     ].
 !
 
-keyboardZoom:larger
+keyboardZoom:largerBoolean
     "CTRL+/- zoom action"
 
-    self fontLargerOrSmaller:larger
+    self fontLargerOrSmaller:largerBoolean
 !
 
 mouseWheelZoom:amount