class: DisplayRootView
authorStefan Vogel <sv@exept.de>
Thu, 20 Mar 2014 17:58:15 +0100
changeset 6349 61ffd119fe62
parent 6348 52f3cb5c57ef
child 6350 e15b6facdf7c
class: DisplayRootView changed: #reinitialize
DisplayRootView.st
--- a/DisplayRootView.st	Thu Mar 20 17:57:37 2014 +0100
+++ b/DisplayRootView.st	Thu Mar 20 17:58:15 2014 +0100
@@ -171,12 +171,12 @@
 
     |dev|
 
+    self recreate.
+    self createRootWindow.
     dev := self graphicsDevice.
     width := dev width.
     height := dev height.
-    self createRootWindow.
     realized := true.
-    self recreate.
 ! !
 
 !DisplayRootView methodsFor:'queries'!
@@ -226,6 +226,6 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.40 2014-03-19 10:05:13 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.41 2014-03-20 16:58:15 stefan Exp $'
 ! !