Skip to content

Commit

Permalink
fixed menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nem0 committed May 29, 2021
1 parent b1c53e5 commit 202ddd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/animation/editor/controller_editor.cpp
Expand Up @@ -80,8 +80,8 @@ struct ControllerEditorImpl : ControllerEditor {
m_redo_action.func.bind<&ControllerEditorImpl::redo>(this);

app.addWindowAction(&m_toggle_ui);
app.addWindowAction(&m_undo_action);
app.addWindowAction(&m_redo_action);
app.addAction(&m_undo_action);
app.addAction(&m_redo_action);

newGraph();

Expand Down

0 comments on commit 202ddd2

Please sign in to comment.