EpgPlus: use default parameter for titel arrangement

Origin commit data
------------------
Commit: 100a1606f0
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-11 (Thu, 11 May 2017)
This commit is contained in:
2017-05-11 11:06:42 +02:00
parent e2fce7a702
commit 9a0a266f27

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);
}
}