[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

@@ -192,8 +192,7 @@ void CmdTechDrawRichTextAnnotation::activated(int iMsg)
bool CmdTechDrawRichTextAnnotation::isActive(void)
{
bool havePage = DrawGuiUtil::needPage(this);
bool haveView = DrawGuiUtil::needView(this, false);
return (havePage && haveView);
return havePage;
}