From f10f17c10e43f30f5de65052f63a65804332581e Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 11 May 2011 10:15:33 +0000 Subject: [PATCH] streaminfo2: -fix repaint casystem git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1458 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/958ca9912222273cb3134a499f50d13d30bb38d9 Author: Jacek Jendrzej Date: 2011-05-11 (Wed, 11 May 2011) ------------------ This commit was generated by Migit --- src/gui/streaminfo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index 6bac45e35..c35e2015e 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -731,7 +731,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos) int box_width = width*2/3-10; 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:"};