From c87d8f017f79a9dda288f9721f3e0a31569288b3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 5 May 2020 00:48:53 +0200 Subject: [PATCH] Disable viewports. --- profiler/src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 3419dd36..e8ad3294 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -281,9 +281,6 @@ int main( int argc, char** argv ) std::string iniFileName = tracy::GetSavePath( "imgui.ini" ); io.IniFilename = iniFileName.c_str(); io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard | ImGuiConfigFlags_DockingEnable; - io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable; // Enable Multi-Viewport / Platform Windows - //io.ConfigWindowsMoveFromTitleBarOnly = true; - //io.ConfigDockingWithShift = false; ImGui_ImplGlfw_InitForOpenGL( window, true ); ImGui_ImplOpenGL3_Init( "#version 150" );