- add missing update on changed color
- some minor code rearrangements and wording changes
This commit is contained in:
@@ -155,6 +155,7 @@ void ViewProviderBalloon::onChanged(const App::Property* p)
|
||||
{
|
||||
if ((p == &Font) ||
|
||||
(p == &Fontsize) ||
|
||||
(p == &Color) ||
|
||||
(p == &LineWidth)) {
|
||||
QGIView* qgiv = getQView();
|
||||
if (qgiv) {
|
||||
|
||||
Reference in New Issue
Block a user