mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-16 20:59:59 +01:00
BugFix Output View
This commit is contained in:
@@ -1200,7 +1200,7 @@ void UserInterface::RenderOutputView()
|
|||||||
_inspector = false;
|
_inspector = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui::BeginPopupModal("##OUTPUTVIEW", NULL, ImGuiWindowFlags_AlwaysAutoResize |
|
if (ImGui::BeginPopupModal("##OUTPUTVIEW", NULL, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoMove |
|
||||||
ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoBackground)) {
|
ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoBackground)) {
|
||||||
|
|
||||||
FrameBuffer *output = Mixer::manager().session()->frame();
|
FrameBuffer *output = Mixer::manager().session()->frame();
|
||||||
|
|||||||
Reference in New Issue
Block a user