summaryrefslogtreecommitdiff
path: root/src/gui/gui_popupcalendar.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-05-26 12:19:57 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-05-26 12:19:57 +0000
commit5a98dc550ad44cba3cc8c4249063c59da2f6a01f (patch)
tree48d67fcfe906ff108eeacf7537d0c001f2d790b9 /src/gui/gui_popupcalendar.pas
parent44873cef25a619560b2ff5993fd6bd8b855c7def (diff)
downloadfpGUI-5a98dc550ad44cba3cc8c4249063c59da2f6a01f.tar.xz
* Edit and Panel's BorderStyle properties had conflicting names.
Diffstat (limited to 'src/gui/gui_popupcalendar.pas')
-rw-r--r--src/gui/gui_popupcalendar.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui_popupcalendar.pas b/src/gui/gui_popupcalendar.pas
index 51f11d28..e712b85d 100644
--- a/src/gui/gui_popupcalendar.pas
+++ b/src/gui/gui_popupcalendar.pas
@@ -528,7 +528,7 @@ begin
Text := '';
FontDesc := '#Edit1';
Focusable := False;
- BorderStyle := bsSingle;
+ BorderStyle := ebsSingle;
end;
btnYearUp := TfpgButton.Create(self);
@@ -567,7 +567,7 @@ begin
Text := '';
FontDesc := '#Edit1';
Focusable := False;
- BorderStyle := bsSingle;
+ BorderStyle := ebsSingle;
end;
btnMonthUp := TfpgButton.Create(self);