div wrapping

This commit is contained in:
Paul Davis 2018-12-22 17:40:26 -05:00
parent d50d8b9d33
commit b09ac181e0
3 changed files with 10 additions and 2 deletions

View file

@ -17,6 +17,8 @@
*/
#include "pbd/stacktrace.h"
#include "ardour/midi_track.h"
#include "ardour/midi_region.h"
#include "ardour/tempo.h"
@ -155,8 +157,11 @@ StepEditor::step_entry_hidden (GdkEventAny*)
void
StepEditor::step_entry_done ()
{
cerr << this << " SE done\n";
hide_connection.disconnect ();
delete_connection.disconnect ();
/* everything else will follow the change in the model */
_track->set_step_editing (false);
}