diff options
author | jmarshallnz <jmarshallnz@svn> | 2009-10-09 03:26:06 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2009-10-09 03:26:06 +0000 |
commit | 53f6dcbf2465b469d66f9a65eff70bde45cac25c (patch) | |
tree | 3b1b7239c1eb3337a750fc025d80c1790a72a32d /guilib/GUIListGroup.cpp | |
parent | a74675e59895201a7f9069f6385b787929384052 (diff) |
fixed: Focus/unfocus anims weren't applied to groups inside list containers.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23543 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIListGroup.cpp')
-rw-r--r-- | guilib/GUIListGroup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUIListGroup.cpp b/guilib/GUIListGroup.cpp index 1e093bc345..d41037f4c0 100644 --- a/guilib/GUIListGroup.cpp +++ b/guilib/GUIListGroup.cpp @@ -145,6 +145,7 @@ void CGUIListGroup::SetFocusedItem(unsigned int focus) else (*it)->SetFocus(focus > 0); } + SetFocus(focus > 0); } unsigned int CGUIListGroup::GetFocusedItem() const |