Actually open a new window in the New Window command
This commit is contained in:
parent
8de8724660
commit
0f17784548
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ struct app_new_window final : public Command {
|
|||
STR_DISP("New Window")
|
||||
STR_HELP("Open a new application window")
|
||||
|
||||
void operator()(agi::Context *c) override {
|
||||
RestartAegisub();
|
||||
void operator()(agi::Context *) override {
|
||||
wxGetApp().NewProjectContext();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue