[TD]fix disappearing balloon cursor

This commit is contained in:
wandererfan
2023-11-24 17:24:58 -05:00
committed by WandererFan
parent 402fb2fe77
commit c022aea274
12 changed files with 30 additions and 11 deletions

View File

@@ -58,7 +58,8 @@ void QGVNavStyleInventor::handleMousePressEvent(QMouseEvent *event)
void QGVNavStyleInventor::handleMouseMoveEvent(QMouseEvent *event)
{
if (getViewer()->isBalloonPlacing()) {
getViewer()->setBalloonCursorPos(event->pos());
balloonCursorMovement(event);
return;
}
if ((QGuiApplication::mouseButtons() & Qt::LeftButton) &&