Browse Source

* Do not activate client/server in design mode

git-svn-id: trunk@33129 -
michael 9 years ago
parent
commit
7d38224c65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-process/src/simpleipc.pp

+ 1 - 1
packages/fcl-process/src/simpleipc.pp

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