gui/bedit/bouqueteditor_channels.cpp: fix shadow (CBEChannelWidget inherit from CMenuWidget)

Origin commit data
------------------
Commit: 351156539f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-17 (Tue, 17 Jul 2012)
This commit is contained in:
[CST] Focus
2012-07-17 10:45:05 +04:00
parent 93689882e7
commit 92e996caee

View File

@@ -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);