From 7f97b55adf4ff7aa3d306c088d2d94a2a0165119 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 9 Mar 2015 13:53:06 +0300 Subject: [PATCH] gui/streaminfo2.cpp: fix empty paint on fta channels Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/9176132ed4c69fab84f2f57c22aadb2d700d8c70 Author: [CST] Focus Date: 2015-03-09 (Mon, 09 Mar 2015) --- 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 29f58972f..42979adae 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -702,7 +702,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos) { unsigned short i; int box_width = width*2/3-10; - if (box_h2 > 0) + if (box_h2 > ypos+(iheight*2)) frameBuffer->paintBox(0, ypos+(iheight*2), box_width, box_h2, COL_MENUHEAD_PLUS_0); std::string casys[NUM_CAIDS]={"Irdeto:","Betacrypt:","Seca:","Viaccess:","Nagra:","Conax: ","Cryptoworks:","Videoguard:","EBU:","XCrypt:","PowerVU:"};