mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
EpgPlus: use default parameter for titel arrangement
This commit is contained in:
@@ -126,7 +126,7 @@ void EpgPlus::Header::paint(const char * Name)
|
|||||||
this->logo->allowPaint(false);
|
this->logo->allowPaint(false);
|
||||||
}
|
}
|
||||||
this->head->setDimensionsAll(this->x, this->y, this->width, this->font->getHeight());
|
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);
|
this->head->paint(CC_SAVE_SCREEN_NO);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user