summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/fpg_edit.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/fpg_edit.pas b/src/gui/fpg_edit.pas
index 25a31a1d..f6c7e6b4 100644
--- a/src/gui/fpg_edit.pas
+++ b/src/gui/fpg_edit.pas
@@ -1803,8 +1803,8 @@ begin
FAlignment := taRightJustify;
FDecimalSeparator := DecimalSeparator;
FThousandSeparator := ThousandSeparator;
- NegativeColor := clRed;
- OldColor := TextColor;
+ FNegativeColor := clRed;
+ FOldColor := TextColor;
end;
{ TfpgEditInteger }