From 0fa4b9a1548dc8df942fa67779e7ffcbeb4b3dc8 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 12 Jul 2001 23:36:31 +0000 Subject: [PATCH] Leave view as is when leaving mouse pans view mode. --- src/GUI/mouse.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/mouse.cxx b/src/GUI/mouse.cxx index d80ead445..3275e9385 100644 --- a/src/GUI/mouse.cxx +++ b/src/GUI/mouse.cxx @@ -117,7 +117,7 @@ static int glut_active_alt; #define NO_SMOOTH_MOUSE_VIEW // uncomment following to -#define RESET_VIEW_ON_LEAVING_MOUSE_VIEW +// #define RESET_VIEW_ON_LEAVING_MOUSE_VIEW /* -------------------------------------------------------------------- Support for mouse as control yoke (david@megginson.com)