summaryrefslogtreecommitdiff
path: root/src/gui/gui_popupcalendar.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-01-26 12:47:31 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-01-26 12:47:31 +0000
commitfc81fae095f1349c6d8fcc84c4e69c86634ce102 (patch)
treeedbfa332cca40c4965003961db6ed525adfd13ad /src/gui/gui_popupcalendar.pas
parentcf8e98a0eabf38c5ee544bad9746b56eba9926d6 (diff)
downloadfpGUI-fc81fae095f1349c6d8fcc84c4e69c86634ce102.tar.xz
* Middle mouse button click was never detected.
* CaptureMouse and ReleaseMouse is now not used by default for the TfpgPopupWindow class. * Menu mouse behaviour improved * Fixed Combobox dropdown that did not react to mouse clicks. * Removed support for changing the focused item with the arrow keys. It's not standard behaviour.
Diffstat (limited to 'src/gui/gui_popupcalendar.pas')
-rw-r--r--src/gui/gui_popupcalendar.pas10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/gui/gui_popupcalendar.pas b/src/gui/gui_popupcalendar.pas
index 4e90c4a5..254b9abf 100644
--- a/src/gui/gui_popupcalendar.pas
+++ b/src/gui/gui_popupcalendar.pas
@@ -481,10 +481,12 @@ procedure TfpgPopupCalendar.AfterCreate;
begin
{@VFD_BODY_BEGIN: fpgPopupCalendar}
Name := 'fpgPopupCalendar';
- SetPosition(285, 249, 233, 142);
- // WindowTitle := 'fpgPopupCalendar';
- // WindowPosition := wpUser;
- // Sizeable := False;
+ Width := 233;
+ Height := 142;
+// SetPosition(285, 249, 233, 142);
+// WindowTitle := 'fpgPopupCalendar';
+// WindowPosition := wpUser;
+// Sizeable := False;
edtYear := TfpgEdit.Create(self);
with edtYear do