Skip to content

Commit

Permalink
Merge pull request xbmc#7691 from mkortstiege/fix-sliderex-color
Browse files Browse the repository at this point in the history
[guilib] update label color for sliderex controls
  • Loading branch information
mkortstiege committed Aug 2, 2015
2 parents e4b2d0a + dce3923 commit b6eebc1
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 b6eebc1

Please sign in to comment.