mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 13:35:09 +00:00
ImGuiDebugLogFlags_EventFont should not be set by default (had no effect on master tho)
This commit is contained in:
parent
006721fbd6
commit
2a600bddcb
1 changed files with 1 additions and 1 deletions
|
@ -4062,7 +4062,7 @@ ImGuiContext::ImGuiContext(ImFontAtlas* shared_font_atlas)
|
|||
StackSizesInBeginForCurrentWindow = NULL;
|
||||
|
||||
DebugDrawIdConflictsCount = 0;
|
||||
DebugLogFlags = ImGuiDebugLogFlags_EventError | ImGuiDebugLogFlags_OutputToTTY | ImGuiDebugLogFlags_EventFont;
|
||||
DebugLogFlags = ImGuiDebugLogFlags_EventError | ImGuiDebugLogFlags_OutputToTTY;
|
||||
DebugLocateId = 0;
|
||||
DebugLogSkippedErrors = 0;
|
||||
DebugLogAutoDisableFlags = ImGuiDebugLogFlags_None;
|
||||
|
|
Loading…
Add table
Reference in a new issue