From 23c7d2c11170ee8736673e82a88e87a3d2e538f7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 26 Oct 2010 15:32:42 +0000 Subject: enables ui::Slider mouse dragging, corrected a bug in ui::Widget coordinate mapping --- src/ui/modelview.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ui/modelview.h') diff --git a/src/ui/modelview.h b/src/ui/modelview.h index cb01dcb..7cbf76d 100755 --- a/src/ui/modelview.h +++ b/src/ui/modelview.h @@ -74,8 +74,7 @@ private: math::Axis modelview_axis; math::Vector2f modelview_cursor; - bool modelview_manip; - //math::Axis modelview_manipaxis; + bool modelview_dragging; }; } -- cgit v1.2.3