mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 17:01:38 +02:00
IDE: clean up
git-svn-id: trunk@52934 -
This commit is contained in:
parent
784b68175b
commit
7cbaf52c25
@ -6661,8 +6661,6 @@ begin
|
||||
IDECommandList.ExecuteUpdateEvents;
|
||||
|
||||
SourceEditorMenuRoot.MenuItem:=SrcPopupMenu.Items;
|
||||
//SourceEditorMenuRoot.BeginUpdate;
|
||||
try
|
||||
RemoveUserDefinedMenuItems;
|
||||
RemoveContextMenuItems;
|
||||
|
||||
@ -6745,10 +6743,7 @@ begin
|
||||
if Assigned(Manager.OnPopupMenu) then
|
||||
Manager.OnPopupMenu(@AddContextPopupMenuItem);
|
||||
SourceEditorMenuRoot.NotifySubSectionOnShow(Self);
|
||||
finally
|
||||
//SourceEditorMenuRoot.EndUpdate;
|
||||
//SrcPopupMenu.Items.WriteDebugReport('TSourceNotebook.SrcPopUpMenuPopup() ');
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TSourceNotebook.DbgPopUpMenuPopup(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user