mirror of https://github.com/stella-emu/stella.git
reverts unwanted change
This commit is contained in:
parent
5e89b4d02b
commit
11c90f296e
|
@ -240,7 +240,7 @@ bool TabWidget::handleEvent(Event::Type event)
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
void TabWidget::loadConfig()
|
void TabWidget::loadConfig()
|
||||||
{
|
{
|
||||||
//if(_firstTime)
|
if(_firstTime)
|
||||||
{
|
{
|
||||||
setActiveTab(_activeTab, true);
|
setActiveTab(_activeTab, true);
|
||||||
_firstTime = false;
|
_firstTime = false;
|
||||||
|
|
Loading…
Reference in New Issue