mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
delete src/gui/channellist.cpp.rej
Origin commit data
------------------
Commit: 1d1f1e3ae9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
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