diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-01-06 04:39:18 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-01-06 04:39:18 +0000 |
commit | 0498d2938afb198acf3226ce842ed1174aba49b6 (patch) | |
tree | 0007469449417996c408b181ffbe2baec0cc9b96 /guilib/GUIBaseContainer.cpp | |
parent | e76a6b06df349c60b53b1405526551b82a21e8c0 (diff) |
changed: Don't set Container.OnNext/OnPrevious unless the list is actually moving due to a scroll
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26445 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIBaseContainer.cpp')
-rw-r--r-- | guilib/GUIBaseContainer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guilib/GUIBaseContainer.cpp b/guilib/GUIBaseContainer.cpp index d6580a60d7..de742e3fe7 100644 --- a/guilib/GUIBaseContainer.cpp +++ b/guilib/GUIBaseContainer.cpp @@ -1012,7 +1012,6 @@ void CGUIBaseContainer::SetType(VIEW_TYPE type, const CStdString &label) void CGUIBaseContainer::MoveToItem(int item) { - g_infoManager.SetContainerMoving(GetID(), item - m_cursor); m_cursor = item; } |