We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5a5c9 commit ad68135Copy full SHA for ad68135
1 file changed
Sources/OvUI/src/OvUI/Core/UIManager.cpp
@@ -32,8 +32,8 @@ OvUI::Core::UIManager::UIManager(GLFWwindow* p_glfwWindow, Styling::EStyle p_sty
32
{
33
ImGui::CreateContext();
34
35
- ImGui::GetIO().ConfigWindowsMoveFromTitleBarOnly = true; /* Disable moving windows by dragging another thing than the title bar */
36
ImGuiIO& io = ImGui::GetIO();
+ io.ConfigWindowsMoveFromTitleBarOnly = true; /* Disable moving windows by dragging another thing than the title bar */
37
io.ConfigFlags |= ImGuiConfigFlags_DpiEnableScaleViewports;
38
io.ConfigFlags |= ImGuiConfigFlags_DpiEnableScaleFonts;
39
EnableDocking(false);
0 commit comments