[TD]fix jumping Rich Text Annotation

This commit is contained in:
wandererfan
2019-12-03 13:08:06 -05:00
committed by WandererFan
parent 2fbf35eb50
commit cc1b5736d9
6 changed files with 77 additions and 88 deletions

View File

@@ -56,7 +56,6 @@ DrawRichAnno::DrawRichAnno(void)
Scale.setStatus(App::Property::Hidden,true);
ScaleType.setStatus(App::Property::Hidden,true);
}
DrawRichAnno::~DrawRichAnno()
@@ -87,7 +86,7 @@ short DrawRichAnno::mustExecute() const
App::DocumentObjectExecReturn *DrawRichAnno::execute(void)
{
// Base::Console().Message("DRA::execute()\n");
// Base::Console().Message("DRA::execute() - @ (%.3f, %.3f)\n", X.getValue(), Y.getValue());
if (!keepUpdated()) {
return App::DocumentObject::StdReturn;
}