Skip to content

Commit

Permalink
[guilib] - fix missing fadelabel text (introduced with xbmc#7323)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 authored and braz96 committed Jul 14, 2015
1 parent 2bc9765 commit c8a0bcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/guilib/GUIFadeLabelControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ CGUIFadeLabelControl::CGUIFadeLabelControl(int parentID, int controlID, float po
m_scrollSpeed = labelInfo.scrollSpeed; // save it for later
m_resetOnLabelChange = resetOnLabelChange;
m_shortText = true;
m_width = 0;
}

CGUIFadeLabelControl::CGUIFadeLabelControl(const CGUIFadeLabelControl &from)
Expand Down

0 comments on commit c8a0bcb

Please sign in to comment.