class: UIPainter
authorClaus Gittinger <cg@exept.de>
Tue, 07 Jul 2015 12:42:08 +0200
changeset 3222 85db156be933
parent 3221 0bd301f4d1e1
child 3223 38d493fcc782
class: UIPainter changed: #doSave FIX: the generated code may include backslashes (for example, inside a string constant), which should not be xlated to line breaks.
UIPainter.st
--- a/UIPainter.st	Tue Jul 07 12:20:42 2015 +0200
+++ b/UIPainter.st	Tue Jul 07 12:42:08 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995-1998 by eXept Software AG
               All Rights Reserved
@@ -6123,7 +6121,7 @@
                 with:extentUsed printString allBold)
     ].
 
-    code := painter generateWindowSpecMethodSource withCRs.
+    code := painter generateWindowSpecMethodSource.
     Class packageQuerySignal answer:specClass package do:[
         (ReadStream on:code) fileIn.
     ].