mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Wx: Implement the new debugger icons
This commit is contained in:
@ -178,6 +178,13 @@ void CCodeWindow::OnHostMessage(wxCommandEvent& event)
|
||||
case IDM_UPDATE_JIT_PANE:
|
||||
RequirePanel<CJitWindow>()->ViewAddr(codeview->GetSelection());
|
||||
break;
|
||||
|
||||
case IDM_RELOAD_THEME_BITMAPS:
|
||||
if (HasPanel<CBreakPointWindow>())
|
||||
GetPanel<CBreakPointWindow>()->ReloadBitmaps();
|
||||
if (HasPanel<CWatchWindow>())
|
||||
GetPanel<CWatchWindow>()->ReloadBitmaps();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user