mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
changed exception behavior a little bit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@813 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d4f8f0d3ae
commit
12d3810203
4 changed files with 128 additions and 43 deletions
|
@ -179,6 +179,9 @@ int CALLBACK CDisAsmDlg::CompareFunc(LPARAM lParam1, LPARAM lParam2, LPARAM lPar
|
|||
|
||||
void CDisAsmDlg::RebuildDisAsmListView()
|
||||
{
|
||||
if (!m_DisAsmListViewCtrl.IsWindow())
|
||||
return;
|
||||
|
||||
m_DisAsmListViewCtrl.ShowWindow(SW_HIDE);
|
||||
m_DisAsmListViewCtrl.DeleteAllItems();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue