2
0
Эх сурвалжийг харах

* Do not activate client/server in design mode

git-svn-id: trunk@33129 -
michael 9 жил өмнө
parent
commit
7d38224c65

+ 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