mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
CComponentsDetailLine: remove multiple init of cc_save_bg.
Init is passed with paintFbItems() at the end of paint() methode.
This commit is contained in:
@@ -88,8 +88,6 @@ CComponentsDetailLine::~CComponentsDetailLine()
|
|||||||
//paint details line with current parameters
|
//paint details line with current parameters
|
||||||
void CComponentsDetailLine::paint(bool do_save_bg)
|
void CComponentsDetailLine::paint(bool do_save_bg)
|
||||||
{
|
{
|
||||||
cc_save_bg = do_save_bg;
|
|
||||||
|
|
||||||
hide();
|
hide();
|
||||||
if (hasChanges())
|
if (hasChanges())
|
||||||
clearFbData();
|
clearFbData();
|
||||||
|
Reference in New Issue
Block a user