From 47e0d6ae197f1d769b695e76d6239c8ea5ed4ef4 Mon Sep 17 00:00:00 2001 From: Bruno Date: Fri, 31 Mar 2023 09:41:03 +0200 Subject: [PATCH] BugFix UI Custom GST Source --- src/ImGuiVisitor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ImGuiVisitor.cpp b/src/ImGuiVisitor.cpp index 546401b..4385e05 100644 --- a/src/ImGuiVisitor.cpp +++ b/src/ImGuiVisitor.cpp @@ -1446,6 +1446,8 @@ void ImGuiVisitor::visit (GenericStreamSource& s) Action::manager().store( s.name() + ": Change pipeline"); } + botom = ImGui::GetCursorPos(); + // icon (>) to open player if ( s.playable() ) { ImGui::SetCursorPos(top);