[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

@@ -85,7 +85,8 @@ void QGVNavStyleTouchpad::handleKeyReleaseEvent(QKeyEvent *event)
void QGVNavStyleTouchpad::handleMouseMoveEvent(QMouseEvent *event)
{
if (getViewer()->isBalloonPlacing()) {
getViewer()->setBalloonCursorPos(event->pos());
balloonCursorMovement(event);
return;
}
if (QApplication::keyboardModifiers() == Qt::ShiftModifier) {