mirror of https://github.com/odrling/Aegisub
Temporary hack to make automation macros work
Originally committed to SVN as r5444.
This commit is contained in:
parent
b5a02e202e
commit
3df2885ce5
|
@ -241,6 +241,8 @@ void FrameMain::cmd_call(wxCommandEvent& event) {
|
|||
LOG_D("event/select") << "Id: " << id;
|
||||
if (id < cmd::count())
|
||||
cmd::call(context.get(), id);
|
||||
else if (id >= ID_MENU_AUTOMATION_MACRO)
|
||||
OnAutomationMacro(event);
|
||||
}
|
||||
|
||||
/// @brief Initialize toolbar
|
||||
|
|
Loading…
Reference in New Issue