mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
Matching creation of new session source with recent changes on
SessionSource.
This commit is contained in:
@@ -475,7 +475,7 @@ void ImGuiVisitor::visit (SessionSource& s)
|
||||
ImGuiToolkit::Icon(s.icon().x, s.icon().y);
|
||||
ImGui::SameLine(0, 10);
|
||||
ImGui::Text("Session File");
|
||||
ImGui::Text("%s", SystemToolkit::base_filename(s.path()).c_str());
|
||||
// ImGui::Text("%s", SystemToolkit::base_filename(s.path()).c_str());
|
||||
|
||||
if (ImGuiToolkit::ButtonIcon(3, 2)) s.session()->setFading(0.f);
|
||||
float f = s.session()->fading();
|
||||
|
||||
Reference in New Issue
Block a user