mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-01-04 22:15:26 +01:00
Update UI update and TransitionView to match WorkspaceWindows clear
Enter Workspace Clear mode when switching to Transition view (instead of specific hack). Do not render all windows when in Clear workspace mode.
This commit is contained in:
@@ -456,7 +456,7 @@ void ImGuiVisitor::visit (Source& s)
|
||||
ImGuiToolkit::Indication("in Workspace",11, 16);
|
||||
|
||||
// Inform on link
|
||||
ImGui::SetCursorPos( ImVec2(preview_width + 20, pos.y + 2.f * ImGui::GetFrameHeightWithSpacing()) );
|
||||
ImGui::SetCursorPos( ImVec2(preview_width + 20, pos.y + 2.1f * ImGui::GetFrameHeightWithSpacing()) );
|
||||
if (s.mixingGroup() != nullptr) {
|
||||
if (ImGuiToolkit::IconButton(ICON_FA_LINK, "Linked")){
|
||||
Mixer::selection().clear();
|
||||
|
||||
Reference in New Issue
Block a user