* Do not activate client/server in design mode

git-svn-id: trunk@33129 -
This commit is contained in:
michael 2016-02-27 15:16:36 +00:00
parent 3da0f82995
commit 7d38224c65

View File

@ -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