summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-12-22 16:48:16 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-12-22 16:48:16 -0500
commitbc1a7ec9e59e03dc630cbfb2e702ed0fe5233516 (patch)
tree7e2ebfbfc8a90f8a6b420fd52b165f415b4ed589 /gtk2_ardour/step_entry.cc
parent933b2b1a9c346a09e0539816a6ca1d1d5f945c85 (diff)
deal with end-of-step-editing in a better way
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc
index 756adfde4c..d6bd4970cd 100644
--- a/gtk2_ardour/step_entry.cc
+++ b/gtk2_ardour/step_entry.cc
@@ -469,6 +469,10 @@ StepEntry::~StepEntry()
void
StepEntry::set_step_editor (StepEditor* seditor)
{
+ if (se) {
+ se->step_entry_done ();
+ }
+
se = seditor;
if (se) {