Do not show source panel after source creation

This commit is contained in:
Bruno Herbelin
2022-01-05 15:48:36 +01:00
parent d310a45f72
commit 0ad844d10e

View File

@@ -4799,7 +4799,7 @@ void Navigator::RenderNewPannel()
Mixer::manager().addSource(s);
s->replay();
// close NEW pannel
selected_button[NAV_NEW] = false;
togglePannelNew();
}
}