mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
work on livetrax continues
This commit is contained in:
parent
6337882e51
commit
2993b9cda7
5 changed files with 116 additions and 102 deletions
|
|
@ -3358,10 +3358,10 @@ Editor::setup_toolbar ()
|
|||
|
||||
mouse_mode_hbox->pack_start (mouse_cut_button, false, false);
|
||||
|
||||
mouse_mode_hbox->pack_start (mouse_timefx_button, false, false);
|
||||
mouse_mode_hbox->pack_start (mouse_grid_button, false, false);
|
||||
|
||||
if (!Profile->get_livetrax()) {
|
||||
mouse_mode_hbox->pack_start (mouse_timefx_button, false, false);
|
||||
mouse_mode_hbox->pack_start (mouse_grid_button, false, false);
|
||||
mouse_mode_hbox->pack_start (mouse_draw_button, false, false);
|
||||
mouse_mode_hbox->pack_start (mouse_content_button, false, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue