mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 11:59:25 +02:00
IDE: remove some redundant UpdateWindowMenu calls. It is called when Window menu opens.
git-svn-id: trunk@39171 -
This commit is contained in:
parent
b4b5258a4a
commit
856fe390f2
@ -1430,8 +1430,6 @@ begin
|
||||
|
||||
// load package configs
|
||||
HelpBoss.LoadHelpOptions;
|
||||
|
||||
UpdateWindowMenu(true);
|
||||
end;
|
||||
|
||||
procedure TMainIDE.StartIDE;
|
||||
@ -2199,7 +2197,6 @@ begin
|
||||
DoNewProject(ProjectDescriptorApplication);
|
||||
end;
|
||||
end;
|
||||
UpdateWindowMenu(true);
|
||||
|
||||
// load the cmd line files
|
||||
if CmdLineFiles<>nil then begin
|
||||
@ -12518,7 +12515,6 @@ begin
|
||||
then
|
||||
exit;
|
||||
WindowMenuActiveForm := Screen.ActiveForm;
|
||||
UpdateWindowMenu(True);
|
||||
end;
|
||||
|
||||
procedure TMainIDE.OnScreenRemoveForm(Sender: TObject; AForm: TCustomForm);
|
||||
|
Loading…
Reference in New Issue
Block a user