GraphView: added ctrl-shift click mouse move to adjust scale

This commit is contained in:
matlabbe
2025-03-24 16:25:12 -07:00
parent 6a547f4403
commit 83a2754714
2 changed files with 17 additions and 0 deletions

View File

@@ -238,6 +238,7 @@ private:
bool _mouseTracking;
ViewPlane _viewPlane;
bool _ensureFrameVisible;
QPoint _previousMousePos;
};
} /* namespace rtabmap */