mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix silly cycling-show-hide bug with step editing
This commit is contained in:
parent
b09ac181e0
commit
7448024dae
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ StepEntry::~StepEntry()
|
|||
void
|
||||
StepEntry::set_step_editor (StepEditor* seditor)
|
||||
{
|
||||
if (se) {
|
||||
if (se && se != seditor) {
|
||||
se->step_entry_done ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue