Pianoroll: the return of the draw box (amend 8ffd45c3c)

This commit is contained in:
Robin Gareus
2025-08-19 15:36:44 +02:00
parent 8ffd45c3c0
commit e74dbf6ef7

View File

@@ -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