|
@@ -1955,7 +1955,7 @@ BEGIN
|
|
IF (style # NIL) & (style.attributes # NIL) THEN
|
|
IF (style # NIL) & (style.attributes # NIL) THEN
|
|
attributes := style.attributes;
|
|
attributes := style.attributes;
|
|
ELSE
|
|
ELSE
|
|
- attributes := Texts.defaultAttributes;
|
|
|
|
|
|
+ attributes := Texts.defaultAttributes.Clone();
|
|
END;
|
|
END;
|
|
text.SetAttributes(0, text.GetLength(), attributes);
|
|
text.SetAttributes(0, text.GetLength(), attributes);
|
|
|
|
|