mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 17:40:30 +02:00
LCL: Fix spelling in a comment.
git-svn-id: trunk@65301 -
This commit is contained in:
parent
a0d68836cd
commit
3ff7c6b95c
@ -959,7 +959,7 @@ procedure TApplication.UpdateVisible;
|
||||
AForm: TCustomForm;
|
||||
begin
|
||||
Result := False;
|
||||
// how to count correct? Do we need to count TCustomForms exclude THintWindow
|
||||
// How to count correctly? Do we need to count TCustomForms exclude THintWindow
|
||||
// or just count TForm descendants?
|
||||
for i := 0 to Screen.FormCount - 1 do
|
||||
begin
|
||||
@ -976,8 +976,8 @@ procedure TApplication.UpdateVisible;
|
||||
end;
|
||||
|
||||
begin
|
||||
// if there are visible forms wich shares application taskbar item then application
|
||||
// task bar item must be visible too else hide it
|
||||
// If there are visible forms which share application taskbar item then
|
||||
// application task bar item must be visible, too. Otherwise hide it.
|
||||
WidgetSet.AppSetVisible(HasVisibleForms);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user