bouqueteditor:-fix paint infox box

Origin commit data
------------------
Branch: ni/coolstream
Commit: f912b7096c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-01-09 (Wed, 09 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-01-09 17:37:36 +01:00
parent a2a72a538c
commit fee55f68ab
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);
}
}