*CBEBouquetWidget: add missing init for some members with NULL

This commit is contained in:
2012-07-19 15:41:58 +02:00
committed by micha-bbg
parent bc01ed9a86
commit 672d2db9ff

View File

@@ -66,6 +66,11 @@ CBEBouquetWidget::CBEBouquetWidget()
liststart = 0;
state = beDefault;
blueFunction = beRename;
Bouquets = NULL;
iheight = 0;
ButtonHeight = 0;
fheight = 0;
theight = 0;
}
void CBEBouquetWidget::paintItem(int pos)