Merge branch 'pu/fb-setmode' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox

Origin commit data
------------------
Commit: ad61c7e183
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-05-12 (Fri, 12 May 2017)
This commit is contained in:
gixxpunk
2017-05-12 08:42:16 +02:00
12 changed files with 103 additions and 60 deletions

View File

@@ -126,7 +126,7 @@ void EpgPlus::Header::paint(const char * Name)
this->logo->allowPaint(false);
}
this->head->setDimensionsAll(this->x, this->y, this->width, this->font->getHeight());
this->head->setCaption(caption, CTextBox::NO_AUTO_LINEBREAK);
this->head->setCaption(caption);
this->head->paint(CC_SAVE_SCREEN_NO);
}
}