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 (); }