Skip to content

Commit

Permalink
[guilib] update label color for sliderex controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mkortstiege committed Aug 2, 2015
1 parent c71aac5 commit dce3923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/guilib/GUISettingsSliderControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ bool CGUISettingsSliderControl::UpdateColors()
bool changed = CGUISliderControl::UpdateColors();
changed |= m_buttonControl.SetColorDiffuse(m_diffuseColor);
changed |= m_buttonControl.UpdateColors();
changed |= m_label.UpdateColors();

return changed;
}

0 comments on commit dce3923

Please sign in to comment.