CBEBouquetWidget: add missing init for some members with NULL

Origin commit data
------------------
Commit: 672d2db9ff
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-07-19 (Thu, 19 Jul 2012)

Origin message was:
------------------
*CBEBouquetWidget: add missing init for some members with NULL
This commit is contained in:
2012-07-19 15:41:58 +02:00
committed by Michael Liebmann
parent 58a5c418a8
commit 8b307bae3a

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)