From 100a1606f05639f948c9e971b033a1d4006681d9 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 11 May 2017 11:06:42 +0200 Subject: [PATCH] EpgPlus: use default parameter for titel arrangement --- src/gui/epgplus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index 9fb8f0b57..7d554df79 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -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); } }