summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-12-27 17:07:17 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-12-27 17:18:21 -0500
commit7448024dae17362d95f96b5a26c083ae76670a5a (patch)
treef63cfd31e2272b34bfbbd4ffadc512f7a0fff2af /gtk2_ardour/step_entry.cc
parentb09ac181e0efdb68ea4a22e44f483ded339d93a8 (diff)
fix silly cycling-show-hide bug with step editing
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc
index d6bd4970cd..7dc9d17805 100644
--- a/gtk2_ardour/step_entry.cc
+++ b/gtk2_ardour/step_entry.cc
@@ -469,7 +469,7 @@ StepEntry::~StepEntry()
void
StepEntry::set_step_editor (StepEditor* seditor)
{
- if (se) {
+ if (se && se != seditor) {
se->step_entry_done ();
}