fixed: #11063 - <colordiffuse> not applying to <alttexturefocus> on toggle buttons.
authorJonathan Marshall <jmarshall@never.you.mind>
Thu, 27 Jan 2011 07:38:48 +0000 (20:38 +1300)
committertheuni <theuni-nospam-@xbmc.org>
Mon, 31 Jan 2011 03:00:39 +0000 (22:00 -0500)
(cherry picked from commit 145a42822c1b40ffea6ef2f852ff181cedcc84e7)

guilib/GUIToggleButtonControl.cpp

index 33fd1c5..cdc76dc 100644 (file)
@@ -115,6 +115,7 @@ void CGUIToggleButtonControl::SetHeight(float height)
 void CGUIToggleButtonControl::UpdateColors()
 {
   CGUIButtonControl::UpdateColors();
+  m_selectButton.SetColorDiffuse(m_diffuseColor);
   m_selectButton.UpdateColors();
 }