mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-07 00:10:00 +01:00
Cleanup and fixed implementation of clone and render sources.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user