Cleanup and fixed implementation of clone and render sources.

This commit is contained in:
brunoherbelin
2020-05-23 11:29:27 +02:00
parent 0eb31c7adc
commit 781023a93d
14 changed files with 477 additions and 152 deletions

View File

@@ -1131,7 +1131,8 @@ void Navigator::RenderNewPannel()
ImGui::Text(" ");
if ( ImGui::Button("Create !", ImVec2(pannel_width - padding_width, 0)) ) {
Mixer::manager().createSourceRender();
Mixer::manager().createSourceClone("toto");
// Mixer::manager().createSourceRender();
selected_button[NAV_NEW] = false;
}