mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 08:41:38 +02:00
IDE: fixed double creating popup menu of designer
git-svn-id: trunk@10316 -
This commit is contained in:
parent
7eaf447975
commit
352e14c628
@ -2641,6 +2641,8 @@ end;
|
||||
|
||||
procedure TDesigner.BuildPopupMenu;
|
||||
begin
|
||||
if DesignerPopupMenu<>nil then exit;
|
||||
|
||||
DesignerPopupMenu:=TPopupMenu.Create(nil);
|
||||
with DesignerPopupMenu do begin
|
||||
Name:='DesignerPopupmenu';
|
||||
|
Loading…
Reference in New Issue
Block a user