DisplayRootView.st
branchjv
changeset 7715 925b859e1758
parent 7317 cea144a15948
parent 7654 d38246725fb7
child 8420 76e39223f5ab
--- a/DisplayRootView.st	Fri Nov 18 20:50:35 2016 +0000
+++ b/DisplayRootView.st	Fri Nov 18 21:26:33 2016 +0000
@@ -134,7 +134,7 @@
     "return my uuid - always the same here.
      TODO: think what happens with multiple screens..."
 
-    ^ UUID readFrom:'31be9300-41fc-11dd-b99f-001558137da0'  "/ do not change - ask cg if you dont know why
+    ^ UUID readFrom:'31be9300-41fc-11dd-b99f-001558137da0'  "/ do not change - ask cg if you don't know why
 ! !
 
 !DisplayRootView methodsFor:'destroying'!
@@ -148,6 +148,10 @@
 
 !DisplayRootView methodsFor:'dummy'!
 
+keyboardZoom:larger
+    "/ MUST be ignored here
+!
+
 redrawX:x y:y width:width height:height
     "ignored"
 ! !