SynchronousWindowSensor.st
changeset 8336 ab27804d3b46
parent 7667 03e064bb2153
child 8337 9df76b209ba4
--- a/SynchronousWindowSensor.st	Fri Apr 13 15:49:18 2018 +0200
+++ b/SynchronousWindowSensor.st	Thu Apr 19 12:15:30 2018 +0200
@@ -238,15 +238,16 @@
             stopPoll := Timestamp now > endPollTime.
             Processor yield.
         ].
-    ].
-    stopPoll ifTrue:[
-        Logger warning:'lost expose event: %1' with:aView.
+        stopPoll ifTrue:[
+            Logger warning:'lost expose event: %1' with:aView.
+        ].
     ].
 
     catchExpose remove:aView ifAbsent:nil.
     gotExpose remove:aView ifAbsent:nil.
 
-    "Modified: 19.8.1997 / 17:25:09 / cg"
+    "Modified: / 19-08-1997 / 17:25:09 / cg"
+    "Modified: / 19-04-2018 / 12:11:33 / stefan"
 ! !
 
 !SynchronousWindowSensor class methodsFor:'documentation'!