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

arrive before creating the object in viewer with respective full update
avinationmerge
UbitUmarov 2014-09-05 15:16:13 +01:00
parent 25bc349ec9
commit cf1d58d164
1 changed files with 2 additions and 2 deletions

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;
}