DisplayRootView.st
changeset 6282 011a885412eb
parent 6267 5eb0ba53aa2a
child 6342 d2a4135ecf36
--- a/DisplayRootView.st	Wed Feb 26 12:36:15 2014 +0100
+++ b/DisplayRootView.st	Wed Feb 26 15:11:42 2014 +0100
@@ -162,7 +162,7 @@
     dev := self device.
     width := dev width.
     height := dev height.
-    self createRootWindow.
+    gc createRootWindow.
     realized := true.
 !
 
@@ -174,7 +174,7 @@
     dev := self device.
     width := dev width.
     height := dev height.
-    self createRootWindow.
+    gc createRootWindow.
     realized := true.
     gcId := nil.
 ! !
@@ -226,6 +226,6 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.38 2014-02-18 14:32:21 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.39 2014-02-26 14:11:42 stefan Exp $'
 ! !