diff --git a/profiler/src/ImGuiContext.cpp b/profiler/src/ImGuiContext.cpp index f4e0f6de..8e78d2df 100644 --- a/profiler/src/ImGuiContext.cpp +++ b/profiler/src/ImGuiContext.cpp @@ -11,6 +11,7 @@ ImGuiTracyContext::ImGuiTracyContext() io.IniFilename = m_iniFilename.c_str(); io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard | ImGuiConfigFlags_DockingEnable; io.ConfigInputTextCursorBlink = false; + io.ConfigScrollbarScrollByPage = false; } ImGuiTracyContext::~ImGuiTracyContext()