diff options
Diffstat (limited to 'examples/gui/calendar/calendartest.lpr')
-rw-r--r-- | examples/gui/calendar/calendartest.lpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/calendar/calendartest.lpr b/examples/gui/calendar/calendartest.lpr index 6a16d853..df924f0b 100644 --- a/examples/gui/calendar/calendartest.lpr +++ b/examples/gui/calendar/calendartest.lpr @@ -46,7 +46,7 @@ begin FDropDown := TfpgPopupCalendar.Create(nil); FDropDown.ShowAt(self, edtName1.Left, edtName1.Top+edtName1.Height); FDropDown.PopupFrame:= True; - FDropDown.grdName1.SetFocus; +// FDropDown.grdName1.SetFocus; end else begin |