mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
delete src/gui/channellist.cpp.rej
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
diff a/src/gui/channellist.cpp b/src/gui/channellist.cpp (rejected hunks)
|
||||
@@ -553,6 +576,11 @@ int CChannelList::show()
|
||||
COSDFader fader(g_settings.menu_Content_alpha);
|
||||
fader.StartFadeIn();
|
||||
|
||||
+ if (g_settings.channellist_minitv)
|
||||
+ {
|
||||
+ frameBuffer->paintBoxRel(x,y,widthDetails,height + info_height,COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_ALL);
|
||||
+ }
|
||||
+
|
||||
paintHead();
|
||||
paint();
|
||||
frameBuffer->blit();
|
||||
@@ -886,7 +914,12 @@ int CChannelList::show()
|
||||
|
||||
void CChannelList::hide()
|
||||
{
|
||||
- frameBuffer->paintBackgroundBoxRel(x, y, width, height+ info_height+ 5);
|
||||
+ if (g_settings.channellist_minitv)
|
||||
+ {
|
||||
+ widthDetails = frameBuffer->getScreenWidth() - frameBuffer->getScreenX();
|
||||
+ videoDecoder->Pig(-1, -1, -1, -1);
|
||||
+ }
|
||||
+ frameBuffer->paintBackgroundBoxRel(x, y, widthDetails, height+ info_height+ 5);
|
||||
clearItem2DetailsLine();
|
||||
frameBuffer->blit();
|
||||
}
|
Reference in New Issue
Block a user