Skip to content

Commit

Permalink
[TD]paint on RTA feature change
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Jan 27, 2020
1 parent bd1a462 commit 5bd9ac0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Mod/TechDraw/App/DrawRichAnno.cpp
Expand Up @@ -65,7 +65,11 @@ DrawRichAnno::~DrawRichAnno()
void DrawRichAnno::onChanged(const App::Property* prop)
{
if (!isRestoring()) {
//nothing in particular
if ((prop == &AnnoText) ||
(prop == &ShowFrame) ||
(prop == &MaxWidth) ) {
requestPaint();
}
}
DrawView::onChanged(prop);

Expand Down

0 comments on commit 5bd9ac0

Please sign in to comment.