Cleanup source id management, and improved session merging and source

renaming.
This commit is contained in:
brunoherbelin
2020-10-03 17:54:34 +02:00
parent 3e5b1e74e8
commit d563ee14a9
8 changed files with 88 additions and 56 deletions
+1 -1
View File
@@ -1669,7 +1669,7 @@ void Navigator::Render()
{
applyButtonSelection(index);
if (selected_button[index])
Mixer::manager().setCurrentSource(index);
Mixer::manager().setCurrentIndex(index);
}
ImGui::PopID();
}