Cairo__Examples2Viewer.st
changeset 51 5293f2b851ab
parent 50 239120c68187
child 52 5a800f51a584
--- a/Cairo__Examples2Viewer.st	Thu Feb 25 20:55:41 2016 +0000
+++ b/Cairo__Examples2Viewer.st	Sun Feb 28 14:53:56 2016 +0000
@@ -168,9 +168,10 @@
         view displayLineFromX: view width - 10 y: 1 toX: view width y: 10.
     ].  
     self redraw:view using: method with: view.
+    view transformation: nil.
 
     "Created: / 26-02-2016 / 21:49:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 26-02-2016 / 22:54:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 27-02-2016 / 16:15:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !Examples2Viewer methodsFor:'private - templates'!