do not send objectproprieties on sop.SetGroup(). I many cases this will

arrive before creating the object in viewer with respective full update
This commit is contained in:
UbitUmarov
2014-09-05 15:16:13 +01:00
parent 25bc349ec9
commit cf1d58d164

View File

@@ -3807,8 +3807,8 @@ SendFullUpdateToClient(remoteClient, Position) ignores position parameter
// Name, groupID, OwnerID);
GroupID = groupID;
if (client != null)
SendPropertiesToClient(client);
// if (client != null)
// SendPropertiesToClient(client);
UpdateFlag = UpdateRequired.FULL;
}