13
0

fix silly cycling-show-hide bug with step editing

This commit is contained in:
Paul Davis 2018-12-27 17:07:17 -05:00
parent b09ac181e0
commit 7448024dae

View File

@ -469,7 +469,7 @@ StepEntry::~StepEntry()
void
StepEntry::set_step_editor (StepEditor* seditor)
{
if (se) {
if (se && se != seditor) {
se->step_entry_done ();
}