mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 05:19:25 +02:00
Lazarus IDE: better comment about MainFormOnTaskBar := False, issue #39654
This commit is contained in:
parent
5b97b0e993
commit
71526ba83e
@ -115,11 +115,10 @@ begin
|
||||
OnGetApplicationName:=@GetLazarusApplicationName;
|
||||
|
||||
{$IFDEF Windows}
|
||||
// on windows when MainFormOnTaskBar = True the main form becomes
|
||||
// On windows when MainFormOnTaskBar = True the main form becomes
|
||||
// the parent of all other forms and therefore it always shows under
|
||||
// other forms. For Lazarus the main form is the component palette form
|
||||
// and it is not a desired behavior to see it always under other windows.
|
||||
// So until we have a good docking solution let's have a dummy taskbar windows on windows.
|
||||
// other forms including the design-mode forms.
|
||||
// It can be changed to MainFormOnTaskBar := True once we have a working inline form designer.
|
||||
Application.{%H-}MainFormOnTaskBar := False;
|
||||
{$ENDIF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user