Fixed variable rename to _autoScrollTotalTime

This commit is contained in:
Shane Smit 2016-01-21 11:18:52 -07:00
parent 8be86577ff
commit ace1e9d563
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ void ScrollView::stopAutoScroll()
{ {
_autoScrolling = false; _autoScrolling = false;
_autoScrollAttenuate = true; _autoScrollAttenuate = true;
_autoScrollDuration = 0; _autoScrollTotalTime = 0;
_autoScrollAccumulatedTime = 0; _autoScrollAccumulatedTime = 0;
} }