Skip to content

Commit

Permalink
reset the jumping timer when a non-letter action is received
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Marshall committed Oct 8, 2012
1 parent 518a2ca commit 1d4d554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/guilib/GUIBaseContainer.cpp
Expand Up @@ -285,6 +285,8 @@ bool CGUIBaseContainer::OnAction(const CAction &action)
OnJumpLetter((char)(action.GetID() & 0xff));
return true;
}
// stop the timer on any other action
m_matchTimer.Stop();

switch (action.GetID())
{
Expand Down

0 comments on commit 1d4d554

Please sign in to comment.