Skip to content

Commit

Permalink
Remove earlier assignment of accel_group to main window
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwarthog committed Apr 4, 2017
1 parent bf5e87e commit 81d5477
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions synfig-studio/src/gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ MainWindow::MainWindow()

add(*vbox);

add_accel_group(App::ui_manager()->get_accel_group());

init_menus();
window_action_group = Gtk::ActionGroup::create("mainwindow-recentfiles");
App::ui_manager()->insert_action_group(window_action_group);
Expand Down

0 comments on commit 81d5477

Please sign in to comment.