mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 02:12:33 +02:00
fixed changing unitname during update
git-svn-id: trunk@3218 -
This commit is contained in:
parent
16c012f163
commit
06a165bdb2
@ -459,6 +459,7 @@ type
|
||||
constructor Create (AOwner : TComponent); override;
|
||||
published
|
||||
property Align;
|
||||
property Anchors;
|
||||
property Caption;
|
||||
property Enabled;
|
||||
property ItemIndex;
|
||||
@ -466,6 +467,11 @@ type
|
||||
property Columns;
|
||||
property Visible;
|
||||
property OnClick;
|
||||
property OnResize;
|
||||
property OnChangeBounds;
|
||||
property OnMouseDown;
|
||||
property OnMouseMove;
|
||||
property OnMouseuP;
|
||||
end;
|
||||
|
||||
|
||||
@ -748,6 +754,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.64 2003/06/19 09:26:58 mattias
|
||||
fixed changing unitname during update
|
||||
|
||||
Revision 1.63 2003/06/13 15:36:32 mattias
|
||||
fixed popupmenu on menueditor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user