Dirty text render caches in point editor.

Fixes https://gitlab.com/kicad/code/kicad/issues/11284
This commit is contained in:
Jeff Young 2022-03-30 15:19:48 +01:00
parent 5c7b022f40
commit 7c21a0bdd4
1 changed files with 2 additions and 0 deletions

View File

@ -774,6 +774,7 @@ void EE_POINT_EDITOR::updateParentItem() const
}
}
textbox->ClearRenderCache();
break;
}
@ -923,6 +924,7 @@ void EE_POINT_EDITOR::updateParentItem() const
}
}
textBox->ClearRenderCache();
break;
}