mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
div wrapping
This commit is contained in:
parent
d50d8b9d33
commit
b09ac181e0
3 changed files with 10 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue