mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-08 22:29:48 +00:00
Disable cursor blinking.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user