mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
DolphinWX: Eliminate most usages of event tables in the debugger.
Moves things over to Bind.
This commit is contained in:
@ -255,6 +255,9 @@ CRegisterView::CRegisterView(wxWindow *parent, wxWindowID id)
|
||||
SetColLabelSize(0);
|
||||
DisableDragRowSize();
|
||||
|
||||
Bind(wxEVT_GRID_CELL_RIGHT_CLICK, &CRegisterView::OnMouseDownR, this);
|
||||
Bind(wxEVT_MENU, &CRegisterView::OnPopupMenu, this);
|
||||
|
||||
AutoSizeColumns();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user