mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
*CBEBouquetWidget: add missing init for some members with NULL
This commit is contained in:
@@ -66,6 +66,11 @@ CBEBouquetWidget::CBEBouquetWidget()
|
|||||||
liststart = 0;
|
liststart = 0;
|
||||||
state = beDefault;
|
state = beDefault;
|
||||||
blueFunction = beRename;
|
blueFunction = beRename;
|
||||||
|
Bouquets = NULL;
|
||||||
|
iheight = 0;
|
||||||
|
ButtonHeight = 0;
|
||||||
|
fheight = 0;
|
||||||
|
theight = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CBEBouquetWidget::paintItem(int pos)
|
void CBEBouquetWidget::paintItem(int pos)
|
||||||
|
Reference in New Issue
Block a user