mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Disable cursor blinking.
This commit is contained in:
parent
258fd73e6e
commit
a8be0bc91e
@ -10,6 +10,7 @@ ImGuiTracyContext::ImGuiTracyContext()
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
io.IniFilename = m_iniFilename.c_str();
|
||||
io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard | ImGuiConfigFlags_DockingEnable;
|
||||
io.ConfigInputTextCursorBlink = false;
|
||||
}
|
||||
|
||||
ImGuiTracyContext::~ImGuiTracyContext()
|
||||
|
Loading…
Reference in New Issue
Block a user