mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
patch for width logos final ;)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@578 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1536,8 +1536,8 @@ void CChannelList::paintItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
|
||||
void CChannelList::showChannelLogo()
|
||||
{
|
||||
static int logo_w = PIC_W;
|
||||
static int logo_h = PIC_H;
|
||||
static int logo_w = 0;
|
||||
static int logo_h = 0;
|
||||
frameBuffer->paintBoxRel(x + width - logo_off - logo_w, y+(theight-logo_h)/2, logo_w, logo_h, COL_MENUHEAD_PLUS_0);
|
||||
|
||||
std::string lname;
|
||||
|
Reference in New Issue
Block a user