git-svn-id: trunk@33129 -
@@ -269,7 +269,7 @@ procedure TSimpleIPC.SetActive(const AValue: Boolean);
begin
if (FActive<>AValue) then
- if (csLoading in ComponentState) then
+ if ([]<>([csLoading,csDesigning]*ComponentState)) then
FActive:=AValue
else
If AValue then