From 92e996caee7557c6b10b3fa81d29d8f612321a1e Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 17 Jul 2012 10:45:05 +0400 Subject: [PATCH] gui/bedit/bouqueteditor_channels.cpp: fix shadow (CBEChannelWidget inherit from CMenuWidget) Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/351156539f9381767ee96b1defe30074b0365182 Author: [CST] Focus Date: 2012-07-17 (Tue, 17 Jul 2012) --- src/gui/bedit/bouqueteditor_channels.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/bedit/bouqueteditor_channels.cpp b/src/gui/bedit/bouqueteditor_channels.cpp index 31714c6b3..9df7fbd34 100644 --- a/src/gui/bedit/bouqueteditor_channels.cpp +++ b/src/gui/bedit/bouqueteditor_channels.cpp @@ -215,8 +215,8 @@ void CBEChannelWidget::paintItem2DetailsLine (int pos, int /*ch_index*/) if (pos >= 0) { //details line - CComponentsDetailLine details_line(xpos, ypos1a, ypos2a, fheight/2+1, info_height-RADIUS_LARGE*2); - details_line.paint(); + CComponentsDetailLine dline(xpos, ypos1a, ypos2a, fheight/2+1, info_height-RADIUS_LARGE*2); + dline.paint(); //info box frame frameBuffer->paintBoxFrame(x, ypos2, width, info_height, 2, col1, RADIUS_LARGE);