mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
Disable scroll-by-page.
This commit is contained in:
parent
a47a51453c
commit
39497ab77b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user