Make sure the AO interface doesn't stay blank when already open on login - FIRE-29192
parent
a7c0cd70b5
commit
197ca8e979
|
|
@ -181,6 +181,10 @@ void FloaterAO::updateList()
|
|||
}
|
||||
}
|
||||
enableSetControls(TRUE);
|
||||
if (mSetSelector->getSelectedItemLabel().empty())
|
||||
{
|
||||
onClickReload();
|
||||
}
|
||||
}
|
||||
|
||||
BOOL FloaterAO::postBuild()
|
||||
|
|
|
|||
Loading…
Reference in New Issue