bouqueteditor:-fix paint infox box

This commit is contained in:
satbaby
2013-01-09 17:37:36 +01:00
parent 7d550ed88e
commit f912b7096c
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ void CBEChannelWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
//infobox
if (ibox == NULL)
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
ibox->paint(false);
ibox->paint(false,true);
}
}

View File

@@ -254,7 +254,7 @@ void CBEChannelSelectWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
//infobox
if (ibox == NULL)
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
ibox->paint(false);
ibox->paint(false,true);
}
}