mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
pianoroll: hide trim handles when region is reset
This commit is contained in:
parent
365e3ef8e2
commit
e243f17eb1
1 changed files with 3 additions and 0 deletions
|
|
@ -322,6 +322,9 @@ MidiView::region_going_away ()
|
|||
_midi_region.reset ();
|
||||
_model.reset ();
|
||||
|
||||
show_start (false);
|
||||
show_end (false);
|
||||
|
||||
clear_events ();
|
||||
|
||||
connections_requiring_model.drop_connections();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue