Sketcher: Bug fix not updating constraints on switch of virtual space

This commit is contained in:
Abdullah Tahiri
2017-12-17 09:32:46 +01:00
committed by wmayer
parent 71e16bfbb1
commit e14f284cba

View File

@@ -5159,6 +5159,8 @@ void ViewProviderSketch::setIsShownVirtualSpace(bool isshownvirtualspace)
this->isShownVirtualSpace = isshownvirtualspace;
updateVirtualSpace();
signalConstraintsChanged();
}
bool ViewProviderSketch::getIsShownVirtualSpace() const