Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-26 15:32:42 +0000
committerStijn Buys <ingar@osirion.org>2010-10-26 15:32:42 +0000
commit23c7d2c11170ee8736673e82a88e87a3d2e538f7 (patch)
treecd88e317a4f42391bc3567ed1881c160227cd3c6 /src/ui/modelview.h
parent5189168482f32d8aac630cde27fc0999e70ed57b (diff)
enables ui::Slider mouse dragging, corrected a bug in ui::Widget coordinate mapping
Diffstat (limited to 'src/ui/modelview.h')
-rwxr-xr-xsrc/ui/modelview.h3
1 files changed, 1 insertions, 2 deletions
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;
};
}