mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 02:39:37 +02:00
fixed using protected member
git-svn-id: trunk@4805 -
This commit is contained in:
parent
9860db873d
commit
0d9aa73411
@ -145,7 +145,7 @@ begin
|
||||
with FHiddenButton do begin
|
||||
FHiddenButton.Visible:=false;
|
||||
Parent:=Self;
|
||||
FHiddenButton.CreateHandle;
|
||||
FHiddenButton.HandleNeeded;
|
||||
end;
|
||||
|
||||
DoPositionButtons;
|
||||
@ -395,6 +395,9 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.24 2003/11/15 13:38:21 mattias
|
||||
fixed using protected member
|
||||
|
||||
Revision 1.23 2003/10/15 18:01:10 mattias
|
||||
implemented extract proc, check lfm and convert delphi unit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user