[TD]fix disappearing balloon cursor
This commit is contained in:
@@ -53,7 +53,8 @@ void QGVNavStyleGesture::handleMousePressEvent(QMouseEvent *event)
|
||||
void QGVNavStyleGesture::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
|
||||
|
||||
Reference in New Issue
Block a user