FIX:TD-fixed baloon cursor hotspot to be on arrow tip

This commit is contained in:
babaroga
2019-04-17 21:44:53 +02:00
committed by WandererFan
parent aaea6420ad
commit bae567c427
2 changed files with 3 additions and 3 deletions

View File

@@ -411,7 +411,7 @@ QGIView * QGVPage::addViewBalloon(TechDraw::DrawViewBalloon *balloon)
if(balloon->OriginIsSet.getValue() == false) {
if(parent) {
balloonPlacing(true);
QApplication::setOverrideCursor(QCursor(QPixmap(QString::fromUtf8(":/icons/cursor-balloon.png"))));
QApplication::setOverrideCursor(QCursor(QPixmap(QString::fromUtf8(":/icons/cursor-balloon.png")),0,32));
balloonGroup->connect(parent);
addBalloonToParent(balloonGroup,parent);
}