FIX:: m_bShowBackground should be true by defualt.. my bad ^_^
This commit is contained in:
@@ -35,6 +35,7 @@ BeginnerHelper::BeginnerHelper()
|
|||||||
{
|
{
|
||||||
LOG->Trace("BeginnerHelper::BeginnerHelper()");
|
LOG->Trace("BeginnerHelper::BeginnerHelper()");
|
||||||
m_bFlashEnabled = false;
|
m_bFlashEnabled = false;
|
||||||
|
m_bShowBackground = true;
|
||||||
m_bInitialized = false;
|
m_bInitialized = false;
|
||||||
m_iLastRowChecked = 0;
|
m_iLastRowChecked = 0;
|
||||||
this->AddChild(&m_sBackground);
|
this->AddChild(&m_sBackground);
|
||||||
|
|||||||
Reference in New Issue
Block a user