mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
cc_item_text: fix "text changed" detection
This commit is contained in:
@@ -208,8 +208,8 @@ bool CComponentsText::setText(const std::string& stext, const int mode, Font* fo
|
|||||||
{
|
{
|
||||||
if (ct_text != stext || ct_text_mode != mode || ct_font != font_text || ct_col_text != color_text || ct_text_style != style ){
|
if (ct_text != stext || ct_text_mode != mode || ct_font != font_text || ct_col_text != color_text || ct_text_style != style ){
|
||||||
if (ct_text != stext){
|
if (ct_text != stext){
|
||||||
ct_text = stext;
|
|
||||||
ct_old_text = ct_text;
|
ct_old_text = ct_text;
|
||||||
|
ct_text = stext;
|
||||||
}
|
}
|
||||||
if (ct_text_mode != mode /*|| mode != ~CTextBox::AUTO_WIDTH*/)
|
if (ct_text_mode != mode /*|| mode != ~CTextBox::AUTO_WIDTH*/)
|
||||||
ct_text_mode = mode;
|
ct_text_mode = mode;
|
||||||
|
Reference in New Issue
Block a user