mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
fixed popupmenu for component palette
git-svn-id: trunk@2600 -
This commit is contained in:
parent
9c0495b000
commit
a38e185a19
@ -179,6 +179,7 @@ type
|
||||
property OnExit;
|
||||
property ShowHint;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
end;
|
||||
|
||||
|
||||
@ -255,6 +256,7 @@ type
|
||||
property OnResize;
|
||||
property ShowHint;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
@ -299,6 +301,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.42 2003/05/03 09:53:33 mattias
|
||||
fixed popupmenu for component palette
|
||||
|
||||
Revision 1.41 2003/04/13 13:45:04 mattias
|
||||
implemented broken dependencies dialog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user