mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
debugging some OS X stuff (this is silly, i edited on linux)
git-svn-id: svn://localhost/ardour2/branches/3.0@10572 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2603cfd530
commit
08e6abb02a
2 changed files with 4 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ ARDOUR_UI::setup_windows ()
|
||||||
|
|
||||||
/* all other dialogs are created conditionally */
|
/* all other dialogs are created conditionally */
|
||||||
|
|
||||||
|
cerr << "WE HAVE DEPENDENTS\n";
|
||||||
we_have_dependents ();
|
we_have_dependents ();
|
||||||
|
|
||||||
theme_manager->signal_unmap().connect (sigc::bind (sigc::ptr_fun(&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/ToggleThemeManager")));
|
theme_manager->signal_unmap().connect (sigc::bind (sigc::ptr_fun(&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/ToggleThemeManager")));
|
||||||
|
|
@ -114,6 +115,8 @@ ARDOUR_UI::setup_windows ()
|
||||||
editor->add_toplevel_controls (top_packer);
|
editor->add_toplevel_controls (top_packer);
|
||||||
|
|
||||||
setup_transport();
|
setup_transport();
|
||||||
|
|
||||||
|
cerr << "BUILD MENU BAR\n";
|
||||||
build_menu_bar ();
|
build_menu_bar ();
|
||||||
|
|
||||||
setup_tooltips ();
|
setup_tooltips ();
|
||||||
|
|
|
||||||
|
|
@ -569,6 +569,7 @@ ARDOUR_UI::build_menu_bar ()
|
||||||
#ifndef TOP_MENUBAR
|
#ifndef TOP_MENUBAR
|
||||||
menu_hbox.pack_start (*menu_bar, false, false);
|
menu_hbox.pack_start (*menu_bar, false, false);
|
||||||
#else
|
#else
|
||||||
|
cerr << "PUSHING MENUBAR TO GLOBAL MENU\n";
|
||||||
use_menubar_as_top_menubar ();
|
use_menubar_as_top_menubar ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue