Pre-resize fillparent

This commit is contained in:
2018-08-13 22:22:10 -04:00
parent 58fa6f0503
commit 353dc21750
95 changed files with 478 additions and 437 deletions
@@ -111,7 +111,7 @@ void cGUI::Display()
}
}
///Sets
/// Sets
void cGUI::setDebugLevel(const unsigned long int debugLevel)
{
m_debugLevel = debugLevel;
@@ -159,7 +159,7 @@ void cGUI::setAlign( const GUIHelpers::eAlign& align /*= GUIHelpers::eAlign::CEN
//cWindow::sALIGN = align;
}
///Gets
/// Gets
const unsigned long int cGUI::getDebugLevel() const
{
return m_debugLevel;