[TD] Add Balloon property LineVisible for making the Balloon line visible or hidden.

This commit is contained in:
Aapo
2020-11-21 00:26:49 +02:00
parent 438169b335
commit c39ede3b5f
3 changed files with 9 additions and 1 deletions

View File

@@ -113,6 +113,8 @@ DrawViewBalloon::DrawViewBalloon(void)
ADD_PROPERTY_TYPE(KinkLength,(prefKinkLength()),"",(App::PropertyType)(App::Prop_None),
"Distance from symbol to leader kink");
ADD_PROPERTY_TYPE(LineVisible,(true),"",(App::PropertyType)(App::Prop_None),"Balloon line visible or hidden");
SourceView.setScope(App::LinkScope::Global);
Rotation.setStatus(App::Property::Hidden,true);
Caption.setStatus(App::Property::Hidden,true);