13
0

Compare commits

...

2 Commits

Author SHA1 Message Date
3b191153cd L: pack master-bus on the right 2024-05-24 08:21:46 -05:00
00cd3ef62f L: remove debug msg 2024-05-24 08:21:17 -05:00
2 changed files with 1 additions and 2 deletions

View File

@ -2726,7 +2726,6 @@ Editor::set_state (const XMLNode& node, int version)
set_mouse_mode (mouse_mode, true);
}
printf("initalizing true\n");
if (Profile->get_livetrax()) {
smart_mode_action->set_active (true);
set_mouse_mode (MouseObject, true);

View File

@ -408,7 +408,7 @@ Mixer_UI::Mixer_UI ()
mbox->pack_start (out_packer, true, true);
HBox *box = manage (new HBox());
box->pack_start (*mbox, false, false);
box->pack_end (*mbox, false, false);
box->pack_start (scroller, true, true);
_content.pack_start(*box, false, false);