CComponentsInfoBox: Add 'bgMode = CC_BGMODE_PERMANENT' to initVarInfobox()

This commit is contained in:
micha-bbg
2012-09-04 20:33:22 +02:00
committed by Thilo Graf
parent 2c5367bc59
commit 32515da236

View File

@@ -337,6 +337,7 @@ void CComponentsInfoBox::initVarInfobox()
{ {
//CComponents, ComponentsContainer //CComponents, ComponentsContainer
initVarContainer(); initVarContainer();
bgMode = CC_BGMODE_PERMANENT;
//CComponentsInfoBox //CComponentsInfoBox
box = NULL; box = NULL;