mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 06:39:59 +01:00
BugFix UI Custom GST Source
This commit is contained in:
@@ -1446,6 +1446,8 @@ void ImGuiVisitor::visit (GenericStreamSource& s)
|
|||||||
Action::manager().store( s.name() + ": Change pipeline");
|
Action::manager().store( s.name() + ": Change pipeline");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
botom = ImGui::GetCursorPos();
|
||||||
|
|
||||||
// icon (>) to open player
|
// icon (>) to open player
|
||||||
if ( s.playable() ) {
|
if ( s.playable() ) {
|
||||||
ImGui::SetCursorPos(top);
|
ImGui::SetCursorPos(top);
|
||||||
|
|||||||
Reference in New Issue
Block a user