Skip to content

Commit cabdf0b

Browse files
From Kevin, see issue 49.
git-svn-id: http://osgworks.googlecode.com/svn/trunk@565 c67418bc-a6eb-11de-8ba5-91705c1537ed
1 parent 94de24a commit cabdf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osgwControls/SliderControl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class SliderPickHandler : public osgGA::GUIEventHandler
182182
SliderPickHandler(SliderControl* sc)
183183
: _active( false ),
184184
_mx( 0. ), _my( 0. ),
185-
_pm( SliderControl::PlayMode::STOP ),
185+
_pm( SliderControl::STOP ),
186186
_sc( sc )
187187
{
188188
}

0 commit comments

Comments
 (0)