Skip to content

Commit

Permalink
The title_safe_frame now defaults to off.
Browse files Browse the repository at this point in the history
It is just a waste of time to explain to the
volunteers, that they should ignore it.
  • Loading branch information
Juergen Weigert committed Apr 8, 2014
1 parent f96636d commit 95838c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixer_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ mixer_window::mixer_window(mixer & mixer, connector & connector)
safe_area_menu_item_.signal_toggled().connect(
sigc::mem_fun(this, &mixer_window::toggle_safe_area_display));
safe_area_menu_item_.show();
safe_area_menu_item_.set_active(true);
safe_area_menu_item_.set_active(false);
fullscreen_menu_item_.signal_toggled().connect(
sigc::mem_fun(this, &mixer_window::toggle_fullscreen));
fullscreen_menu_item_.show();
Expand Down

0 comments on commit 95838c0

Please sign in to comment.