View does not appear on Redo

Crash in Page on Redo View
This commit is contained in:
WandererFan
2016-07-04 20:15:02 -04:00
committed by wmayer
parent fb397e0f8b
commit 449cbbd5bd
6 changed files with 29 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ App::DocumentObjectExecReturn *DrawViewDimension::execute(void)
//TODO: if MeasureType = Projected and the Projected shape changes, the Dimension may become invalid (see tilted Cube example)
return App::DocumentObject::StdReturn;
return App::DocumentObject::execute();;
}
std::string DrawViewDimension::getFormatedValue() const