Fix repainting status panel
This commit is contained in:
parent
c634a74cf9
commit
2e36040731
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ bool lsnes_app::OnInit()
|
|||
wxeditor_hexeditor_update();
|
||||
});
|
||||
});
|
||||
statusupdate.set(lsnes_instance.dispatch->action_update, []() { main_window->action_updated(); });
|
||||
actionupdate.set(lsnes_instance.dispatch->action_update, []() { main_window->action_updated(); });
|
||||
|
||||
try {
|
||||
crandom::init();
|
||||
|
|
Loading…
Add table
Reference in a new issue