From a38e185a198ac2c036b55af56d697964e3b6432a Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 17 Aug 2002 23:41:30 +0000 Subject: [PATCH] fixed popupmenu for component palette git-svn-id: trunk@2600 - --- lcl/buttons.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lcl/buttons.pp b/lcl/buttons.pp index 8708cbdf61..55598f4f08 100644 --- a/lcl/buttons.pp +++ b/lcl/buttons.pp @@ -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