From 6e58bb595e880f25f9e3f07559d86c3679d00b1e Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 1 Aug 2012 22:13:07 +0200 Subject: [PATCH] CBEChannelWidget: remove redundant hide of infobox Infobox uses it's own hide(). --- src/gui/bedit/bouqueteditor_channels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/bedit/bouqueteditor_channels.cpp b/src/gui/bedit/bouqueteditor_channels.cpp index e951bbed3..23a6f9ca3 100644 --- a/src/gui/bedit/bouqueteditor_channels.cpp +++ b/src/gui/bedit/bouqueteditor_channels.cpp @@ -236,7 +236,7 @@ void CBEChannelWidget::clearItem2DetailsLine() void CBEChannelWidget::hide() { - frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight+info_height); + frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight); clearItem2DetailsLine (); }