Bedit: adapt for last changes in CComponents

This commit is contained in:
2012-08-16 17:39:48 +02:00
parent 2e6ac2420a
commit b0fc5efe28
2 changed files with 2 additions and 2 deletions

View File

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

View File

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