mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
implemented removing, re-adding, updating project dependencies
git-svn-id: trunk@2421 -
This commit is contained in:
parent
1a2a9cdd7e
commit
a226586474
@ -1590,8 +1590,8 @@ begin
|
||||
|
||||
AControl.FParent := Self;
|
||||
|
||||
If (csDesigning in ComponentState) and not
|
||||
(csLoading in ComponentState)
|
||||
If (csDesigning in ComponentState)
|
||||
and not (csLoading in ComponentState)
|
||||
then
|
||||
If AControl.CanTab then
|
||||
AControl.TabStop := True;
|
||||
@ -2596,6 +2596,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.129 2003/04/20 20:32:40 mattias
|
||||
implemented removing, re-adding, updating project dependencies
|
||||
|
||||
Revision 1.128 2003/04/11 10:31:57 mattias
|
||||
added Sender to Application OnKeyDownHandler
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user