mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
LCL: Always use modeless window for calendar popup. Fixes issue #14059
git-svn-id: trunk@31682 -
This commit is contained in:
parent
ff13ce1edd
commit
4d6031177e
@ -70,13 +70,7 @@ begin
|
||||
PopupForm.FOnReturnDate := OnReturnDate;
|
||||
PopupForm.OnShow := OnShowHide;
|
||||
PopupForm.OnHide := OnShowHide;
|
||||
//TODO: Change to PopupForm.Show when gtk supports non modal forms on top of
|
||||
//modal forms.
|
||||
{$IFDEF windows}
|
||||
PopupForm.Show;
|
||||
{$ELSE}
|
||||
PopupForm.ShowModal;
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
{ TCalendarPopupForm }
|
||||
|
Loading…
Reference in New Issue
Block a user