diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2009-06-03 15:05:20 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2009-06-03 15:05:20 +0200 |
commit | f080fc0ac65c07198cbe3fe804332ffed8bb482e (patch) | |
tree | 9e8fd0d3e15b56ec4733ec32190679d2fff841a0 /src | |
parent | e999fd7e6da1d5ae472bc9e3d7ad96d07ba9a963 (diff) | |
download | fpGUI-f080fc0ac65c07198cbe3fe804332ffed8bb482e.tar.xz |
GetFieldBounds was not implemented for many tiMediators.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/fpg_edit.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/fpg_edit.pas b/src/gui/fpg_edit.pas index 7a282adc..80c35ae1 100644 --- a/src/gui/fpg_edit.pas +++ b/src/gui/fpg_edit.pas @@ -237,14 +237,14 @@ type property OldColor; property Text; published + property CustomThousandSeparator; property NegativeColor; - property Value: integer read GetValue write SetValue; property ParentShowHint; property ShowHint; property ShowThousand default True; property TabOrder; property TextColor; - property CustomThousandSeparator; + property Value: integer read GetValue write SetValue; property OnChange; property OnEnter; property OnExit; |