From b0fc5efe283c7e0c720263757aa506189e83a076 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 16 Aug 2012 17:39:48 +0200 Subject: [PATCH] Bedit: adapt for last changes in CComponents --- src/gui/bedit/bouqueteditor_channels.cpp | 2 +- src/gui/bedit/bouqueteditor_chanselect.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/bedit/bouqueteditor_channels.cpp b/src/gui/bedit/bouqueteditor_channels.cpp index 8442a04b0..8c55d1a22 100644 --- a/src/gui/bedit/bouqueteditor_channels.cpp +++ b/src/gui/bedit/bouqueteditor_channels.cpp @@ -221,7 +221,7 @@ void CBEChannelWidget::paintItem2DetailsLine (int pos, int /*ch_index*/) //infobox if (ibox == NULL) - ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false); + ibox = new CComponentsInfoBox(x, ypos2, width, info_height); ibox->paint(false,true); } } diff --git a/src/gui/bedit/bouqueteditor_chanselect.cpp b/src/gui/bedit/bouqueteditor_chanselect.cpp index b464f1258..d012fbbe8 100644 --- a/src/gui/bedit/bouqueteditor_chanselect.cpp +++ b/src/gui/bedit/bouqueteditor_chanselect.cpp @@ -247,7 +247,7 @@ void CBEChannelSelectWidget::paintItem2DetailsLine (int pos, int /*ch_index*/) //infobox if (ibox == NULL) - ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false); + ibox = new CComponentsInfoBox(x, ypos2, width, info_height); ibox->paint(false,true); } }