[TD]Allow forced redraw of Page

This commit is contained in:
wandererfan
2019-08-29 11:32:33 -04:00
committed by WandererFan
parent 2c2c851cc3
commit b24eea7beb
8 changed files with 684 additions and 32 deletions

View File

@@ -94,9 +94,10 @@ void DrawViewSymbol::onChanged(const App::Property* prop)
App::DocumentObjectExecReturn *DrawViewSymbol::execute(void)
{
// Base::Console().Message("DVS::execute() \n");
if (!keepUpdated()) {
return App::DocumentObject::StdReturn;
}
// //dvs::execute is pretty fast. doesn't need to be blocked?
// if (!keepUpdated()) {
// return App::DocumentObject::StdReturn;
// }
std::string svg = Symbol.getValue();
const std::vector<std::string>& editText = EditableTexts.getValues();