mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 11:59:26 +02:00
LCL: TimePopupForm: Immediately hide the form on deactivate (Issue #0028441).
git-svn-id: trunk@49572 -
This commit is contained in:
parent
56a19261f9
commit
03e9e040af
@ -113,6 +113,8 @@ end;
|
||||
|
||||
procedure TTimePopupForm.FormDeactivate(Sender: TObject);
|
||||
begin
|
||||
//Immediately hide the form, otherwise it stays visible while e.g. user is draging
|
||||
//another form (Issue 0028441)
|
||||
if (not FClosed) then
|
||||
Close;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user