mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +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
|
void
|
||||||
StepEntry::set_step_editor (StepEditor* seditor)
|
StepEntry::set_step_editor (StepEditor* seditor)
|
||||||
{
|
{
|
||||||
if (se) {
|
if (se && se != seditor) {
|
||||||
se->step_entry_done ();
|
se->step_entry_done ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue