From a2265864749c0641e3acb945f02bf8d87e163bf5 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 17 Aug 2002 23:41:21 +0000 Subject: [PATCH] implemented removing, re-adding, updating project dependencies git-svn-id: trunk@2421 - --- lcl/include/wincontrol.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lcl/include/wincontrol.inc b/lcl/include/wincontrol.inc index 97806dec19..07a186a31a 100644 --- a/lcl/include/wincontrol.inc +++ b/lcl/include/wincontrol.inc @@ -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