DisplayRootView.st
changeset 109 ba47d9d6bda8
parent 89 ea2bf46eb669
child 134 1a09a1d7d28d
--- a/DisplayRootView.st	Wed Feb 22 12:08:08 1995 +0100
+++ b/DisplayRootView.st	Mon Feb 27 11:20:36 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.9 1995-02-06 00:35:46 claus Exp $
+$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.10 1995-02-27 10:17:37 claus Exp $
 '!
 
 Smalltalk at:#RootView put:nil!
@@ -44,7 +44,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.9 1995-02-06 00:35:46 claus Exp $
+$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.10 1995-02-27 10:17:37 claus Exp $
 "
 !
 
@@ -159,7 +159,6 @@
 	errorOccured := true.
 	ex return
     ] do:[
-	self enableButtonEvents.
 	device synchronizeOutput.
     ].
     ^ errorOccured