Partial revert of 43c87e99b0316d4328b597ad50ff415ef42a73af

This commit is contained in:
Eladash 2020-12-22 14:57:09 +02:00 committed by Ivan
parent d17d22139e
commit 0055d84bd6

View File

@ -440,12 +440,6 @@ void debugger_frame::UpdateUnitList()
idm::select<named_thread<ppu_thread>>(on_select);
idm::select<named_thread<spu_thread>>(on_select);
if (m_choice_units->count() > 1 && old_size <= 1)
{
// Select the first thread after "No Thread", usually the PPU main thread
m_choice_units->setCurrentIndex(1);
}
}
OnSelectUnit();