Case: create circle in sketch, set auxiliary state, create lines contour: 1st, 3rd and 5th points are coincident to the circle. Make split of a circle segment. Call arc edit, set not auxiliary. Result it is visualized still as auxiliary.
bool Model_Data::blockSendAttributeUpdated(const bool theBlock, const bool theSendMessage)
{
- bool aWasBlocked = mySendAttributeUpdated;
+ bool aWasBlocked = !mySendAttributeUpdated;
if (mySendAttributeUpdated == theBlock) {
mySendAttributeUpdated = !theBlock;
if (mySendAttributeUpdated && !myWasChangedButBlocked.empty()) {