Correction for point feature creation: a point in origin stays in the viewer without this modification.
void ModuleBase_ModelWidget::processValueState()
{
- myIsValueStateBlocked = false;
if (myState == ModifiedInPP || myState == ModifiedInViewer)
storeValue();
- myState = Stored;
}
QString ModuleBase_ModelWidget::getValueStateError() const
void ModuleBase_ModelWidget::deactivate()
{
+ myIsValueStateBlocked = false;
+ myState = Stored;
if (myWidgetValidator)
myWidgetValidator->activateFilters(false);
}