Compare commits
2 Commits
22a4c7f2a7
...
3b191153cd
Author | SHA1 | Date | |
---|---|---|---|
3b191153cd | |||
00cd3ef62f |
@ -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);
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user