(#80) Fix for CAD navigation mode

Made sure that left mouse button + drag is panning. The view is still
picked when clicking the left mouse button, unless there have been mouse
moves/navigations that led to redrawing of the view.
This commit is contained in:
Pål Hagen
2015-07-02 14:21:24 +02:00
parent 9a3fbfe0d5
commit a9ecbd9899
2 changed files with 17 additions and 7 deletions

View File

@@ -43,4 +43,5 @@ protected:
bool m_isRotCenterInitialized;
bool m_isRotating;
cvf::Vec3d m_pointOfInterest;
bool m_navigationUpdated;
};