mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user