[TD]fix disappearing balloon cursor
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user