Post-merge fix jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 03 Aug 2016 08:13:46 +0200
branchjv
changeset 3722 6d604bcf36f3
parent 3720 f27814c1b52a
child 3723 f02f03d0186a
Post-merge fix
WinPrinterContext.st
--- a/WinPrinterContext.st	Fri Jul 29 21:43:13 2016 +0100
+++ b/WinPrinterContext.st	Wed Aug 03 08:13:46 2016 +0200
@@ -6093,7 +6093,7 @@
 
     |oldClip oldTrans oldFont|
 
-    oldClip := gc clipingRectangleOrNil.
+    oldClip := self clipingRectangleOrNil.
     oldClip notNil ifTrue:[ self deviceClippingBounds:nil ].
 
     oldTrans := self translation.