diff options
Diffstat (limited to 'guilib/GUIControl.cpp')
-rw-r--r-- | guilib/GUIControl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/GUIControl.cpp b/guilib/GUIControl.cpp index af5dad0e34..2d6912412c 100644 --- a/guilib/GUIControl.cpp +++ b/guilib/GUIControl.cpp @@ -160,7 +160,7 @@ void CGUIControl::Render() bool CGUIControl::OnAction(const CAction &action) { - switch (action.actionId) + switch (action.GetID()) { case ACTION_MOVE_DOWN: if (!HasFocus()) return false; |