#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Wed, 20 Jul 2016 10:09:01 +0200
changeset 7417 a7e3b6a9aa63
parent 7416 bd3b9e9edd9e
child 7418 9dd8621ec788
#UI_ENHANCEMENT by cg class: SimpleView added: #fontLargerOrSmaller: #keyboardZoom:
SimpleView.st
--- a/SimpleView.st	Tue Jul 19 21:44:36 2016 +0200
+++ b/SimpleView.st	Wed Jul 20 10:09:01 2016 +0200
@@ -6368,6 +6368,13 @@
     "Created: 8.5.1996 / 23:45:28 / cg"
 !
 
+keyboardZoom:larger
+    "CTRL+/- action.
+     ignored here - redefined in views which can zoom"
+
+"/    self changeScaleForMouseWheelZoom:amount
+!
+
 mapped
     "the view has been mapped (by some outside
      action - i.e. window manager de-iconified me)"
@@ -8111,6 +8118,7 @@
     ].
 ! !
 
+
 !SimpleView methodsFor:'menu handling'!
 
 activateMenu