mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Improved Media player timeline: adding time indication and enabling to
scroll in a zoomed-in timeline. Display current time in overlay on frame.
This commit is contained in:
@@ -93,7 +93,7 @@ void ImGuiVisitor::visit(Group &n)
|
||||
// }
|
||||
|
||||
// spacing
|
||||
ImGui::SetCursorPosY(ImGui::GetCursorPosY() + ImGui::GetTextLineHeight() / 2.f);
|
||||
ImGui::Spacing();
|
||||
}
|
||||
|
||||
void ImGuiVisitor::visit(Switch &n)
|
||||
@@ -262,7 +262,7 @@ void ImGuiVisitor::visit(ImageProcessingShader &n)
|
||||
|
||||
ImGui::PopID();
|
||||
|
||||
ImGui::SetCursorPosY(ImGui::GetCursorPosY() + ImGui::GetTextLineHeight() / 2.f);
|
||||
ImGui::Spacing();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user