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