Fix Balloon Next Index Persistance

- next sequential number for balloon on Page was
  not being preserved across save/restore
This commit is contained in:
wandererfan
2019-05-25 11:48:23 -04:00
committed by wmayer
parent da047abdd9
commit a0ea8b656b
6 changed files with 46 additions and 23 deletions

View File

@@ -149,8 +149,6 @@ QGVPage::QGVPage(ViewProviderPage *vp, QGraphicsScene* s, QWidget *parent)
bkgBrush = new QBrush(getBackgroundColor());
balloonIndex = 1;
balloonCursor = new QLabel(this);
balloonCursor->setPixmap(QPixmap(QString::fromUtf8(":/icons/cursor-balloon.png")));
balloonCursor->hide();