Ticket #249: diff.patch

File diff.patch, 1.1 KB (added by patrik.svestka@…, 5 years ago)

A fix diff

Line 
1*** C:\prg_sdk\stx-jv_unicode\build\stx\libview3\DisplayObjectComponentSpec.st 2017-11-28 19:21:18.000000000 +0100
2--- C:\prg_sdk\stx8-jv_swing\build\stx\libview3\DisplayObjectComponentSpec.st 2018-11-23 15:16:43.000000000 +0100
3***************
4*** 1639,1651 ****
5
6 !DisplayObjectComponentSpec methodsFor:'building'!
7
8 setAttributesIn:aComponent with:aBuilder
9 "set my attributes to anArc (which is a StrokingWrapper"
10
11! super setAttributesIn:aComponent with:aBuilder.
12
13 aComponent line:line.
14 aComponent lineColor:lineColor.
15 aComponent lineWidth:lineWidth.
16 aComponent lineStyle:lineStyle.
17 aComponent foregroundColor:foregroundColor.
18--- 1639,1651 ----
19
20 !DisplayObjectComponentSpec methodsFor:'building'!
21
22 setAttributesIn:aComponent with:aBuilder
23 "set my attributes to anArc (which is a StrokingWrapper"
24
25! super setAttributesIn:aComponent container with:aBuilder.
26
27 aComponent line:line.
28 aComponent lineColor:lineColor.
29 aComponent lineWidth:lineWidth.
30 aComponent lineStyle:lineStyle.
31 aComponent foregroundColor:foregroundColor.