mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
streaminfo2: -fix repaint casystem
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1458 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -731,7 +731,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
|||||||
int box_width = width*2/3-10;
|
int box_width = width*2/3-10;
|
||||||
if(box_h2 > 0)
|
if(box_h2 > 0)
|
||||||
{
|
{
|
||||||
frameBuffer->paintBoxRel (0, ypos, box_width, box_h2, COL_MENUHEAD_PLUS_0);
|
frameBuffer->paintBoxRel (0, ypos+(iheight*2), box_width, box_h2, COL_MENUHEAD_PLUS_0);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string casys[11]={"Irdeto:","Betacrypt:","Seca:","Viaccess:","Nagra:","Conax: ","Cryptoworks:","Videoguard:","EBU:","XCrypt:","PowerVU:"};
|
std::string casys[11]={"Irdeto:","Betacrypt:","Seca:","Viaccess:","Nagra:","Conax: ","Cryptoworks:","Videoguard:","EBU:","XCrypt:","PowerVU:"};
|
||||||
|
Reference in New Issue
Block a user