reverts unwanted change

This commit is contained in:
thrust26 2019-01-05 16:07:35 +01:00
parent 5e89b4d02b
commit 11c90f296e
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ bool TabWidget::handleEvent(Event::Type event)
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void TabWidget::loadConfig()
{
//if(_firstTime)
if(_firstTime)
{
setActiveTab(_activeTab, true);
_firstTime = false;