mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
src/gui/scan_setup.cpp
src/zapit/src/frontend.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 55743aff0c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-15 (Wed, 15 Mar 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -510,8 +510,8 @@ void CChannelList::calcSize()
|
||||
|
||||
// calculate x position
|
||||
x = getScreenStartX(full_width);
|
||||
if (x < ConnectLineBox_Width)
|
||||
x = ConnectLineBox_Width;
|
||||
if (x < DETAILSLINE_WIDTH)
|
||||
x = DETAILSLINE_WIDTH;
|
||||
|
||||
// calculate header height
|
||||
const int pic_h = 39;
|
||||
@@ -1673,14 +1673,14 @@ void CChannelList::paintItem2DetailsLine (int pos)
|
||||
if (!g_settings.channellist_show_infobox)
|
||||
return;
|
||||
|
||||
int xpos = x - ConnectLineBox_Width;
|
||||
int xpos = x - DETAILSLINE_WIDTH;
|
||||
int ypos1 = y + theight + pos*fheight + (fheight/2);
|
||||
int ypos2 = y + height + OFFSET_INTER + (info_height/2);
|
||||
|
||||
// paint Line if detail info (and not valid list pos)
|
||||
if (pos >= 0) {
|
||||
if (dline == NULL)
|
||||
dline = new CComponentsDetailLine(xpos, ypos1, ypos2, fheight/2, info_height-RADIUS_LARGE*2);
|
||||
dline = new CComponentsDetailsLine(xpos, ypos1, ypos2, fheight/2, info_height-RADIUS_LARGE*2);
|
||||
dline->paint(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user