FIX:: m_bShowBackground should be true by defualt.. my bad ^_^

This commit is contained in:
Kevin Slaughter
2003-09-11 09:13:11 +00:00
parent 7f8c204bf3
commit fcd3745c49
+1
View File
@@ -35,6 +35,7 @@ BeginnerHelper::BeginnerHelper()
{
LOG->Trace("BeginnerHelper::BeginnerHelper()");
m_bFlashEnabled = false;
m_bShowBackground = true;
m_bInitialized = false;
m_iLastRowChecked = 0;
this->AddChild(&m_sBackground);