mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +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.IniFilename = m_iniFilename.c_str();
|
||||||
io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard | ImGuiConfigFlags_DockingEnable;
|
io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard | ImGuiConfigFlags_DockingEnable;
|
||||||
io.ConfigInputTextCursorBlink = false;
|
io.ConfigInputTextCursorBlink = false;
|
||||||
|
io.ConfigScrollbarScrollByPage = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGuiTracyContext::~ImGuiTracyContext()
|
ImGuiTracyContext::~ImGuiTracyContext()
|
||||||
|
Loading…
Reference in New Issue
Block a user