diff options
Diffstat (limited to 'guilib/GUIControl.cpp')
-rw-r--r-- | guilib/GUIControl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guilib/GUIControl.cpp b/guilib/GUIControl.cpp index e9611a2764..6bc24acdc5 100644 --- a/guilib/GUIControl.cpp +++ b/guilib/GUIControl.cpp @@ -185,13 +185,13 @@ bool CGUIControl::OnAction(const CAction &action) OnRight(); return true; break; - + case ACTION_NEXT_CONTROL: if (!HasFocus()) return false; OnNextControl(); return true; break; - + case ACTION_PREV_CONTROL: if (!HasFocus()) return false; OnPrevControl(); |