diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-18 19:59:01 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-18 19:59:01 +0000 |
commit | 790b38ec8407f47b24962d8ebb72fde9f0b28a39 (patch) | |
tree | 09ef5f0e9803b4332e3f4a4c56c66e99083148c6 /src/gui | |
parent | 9bce6c3487c70f7e735a561f9cda4729a070b90d (diff) | |
download | fpGUI-790b38ec8407f47b24962d8ebb72fde9f0b28a39.tar.xz |
* UI Designer: Implemented a new property editor for the FontDesc property. It now calls the Font Select dialog.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui_dialogs.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui_dialogs.pas b/src/gui/gui_dialogs.pas index 77bb5ece..e2a12448 100644 --- a/src/gui/gui_dialogs.pas +++ b/src/gui/gui_dialogs.pas @@ -105,6 +105,7 @@ type constructor Create(AOwner: TComponent); override; end; + TfpgFontSelectDialog = class(TfpgBaseDialog) private FSampleText: string; |