[TD] Balloon, move property LineVisible to View tab and fix a refresh bug.

This commit is contained in:
Aapo
2020-12-15 23:32:11 +02:00
committed by wwmayer
parent b41cf98583
commit f3bce14f29
5 changed files with 5 additions and 5 deletions

View File

@@ -766,7 +766,7 @@ void QGIViewBalloon::draw()
balloonLines->setPath(dLinePath);
// This overwrites the previously created QPainterPath with empty one, in case it should be hidden. Should be refactored.
if (!balloon->LineVisible.getValue()) {
if (!vp->LineVisible.getValue()) {
arrow->hide();
balloonLines->setPath(QPainterPath());
}