[TD] Balloon, fix EndTypeScale refresh bug.

This commit is contained in:
Aapo
2020-12-15 23:39:14 +02:00
committed by wwmayer
parent 294136e9bd
commit d81e377546

View File

@@ -129,7 +129,8 @@ void DrawViewBalloon::onChanged(const App::Property* prop)
if ( (prop == &EndType) ||
(prop == &BubbleShape) ||
(prop == &Text) ||
(prop == &KinkLength) ) {
(prop == &KinkLength) ||
(prop == &EndTypeScale) ) {
requestPaint();
}
}