[TD]fix disappearing balloon cursor

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

View File

@@ -83,7 +83,8 @@ void QGVNavStyleCAD::handleMousePressEvent(QMouseEvent *event)
void QGVNavStyleCAD::handleMouseMoveEvent(QMouseEvent *event)
{
if (getViewer()->isBalloonPlacing()) {
getViewer()->setBalloonCursorPos(event->pos());
balloonCursorMovement(event);
return;
}
//if the mouse moves between press and release, then it isn't a click