mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +02:00
* Do not activate client/server in design mode
git-svn-id: trunk@33129 -
This commit is contained in:
parent
3da0f82995
commit
7d38224c65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user