ButtonController.st
changeset 130 338e856bddc9
parent 128 06a050529335
child 132 596439fe4efd
--- a/ButtonController.st	Fri May 19 18:41:01 1995 +0200
+++ b/ButtonController.st	Tue Jun 06 06:16:07 1995 +0200
@@ -39,7 +39,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.10 1995-05-17 12:24:35 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.11 1995-06-06 04:12:33 claus Exp $
 "
 !
 
@@ -285,7 +285,7 @@
 		 force output - so that button is drawn correctly in case
 		 of any long-computation (at high priority)
 		"
-		view device synchronizeOutput.
+		view device flush.
 	    ].
 
 	    self performAction.
@@ -330,7 +330,7 @@
 		     force output - so that button is drawn correctly in case
 		     of any long-computation (at high priority)
 		    "
-		    view device synchronizeOutput.
+		    view device flush.
 		].
 
 		self performAction.