- add missing update on changed color

- some minor code rearrangements and wording changes
This commit is contained in:
donovaly
2020-03-20 04:18:39 +01:00
committed by WandererFan
parent 14fbda341c
commit 7e60dcd734
3 changed files with 8 additions and 7 deletions

View File

@@ -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) {