mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Pianoroll: the return of the draw box (amend 8ffd45c3c)
This commit is contained in:
parent
8ffd45c3c0
commit
e74dbf6ef7
1 changed files with 1 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ Pianoroll::pack_inner (Gtk::Box& box)
|
|||
box.pack_start (snap_box, false, false);
|
||||
box.pack_start (grid_box, false, false);
|
||||
box.pack_start (draw_box, false, false);
|
||||
draw_box.show ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue