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