ImGuiDebugLogFlags_EventFont should not be set by default (had no effect on master tho)
This commit is contained in:
@@ -4062,7 +4062,7 @@ ImGuiContext::ImGuiContext(ImFontAtlas* shared_font_atlas)
|
|||||||
StackSizesInBeginForCurrentWindow = NULL;
|
StackSizesInBeginForCurrentWindow = NULL;
|
||||||
|
|
||||||
DebugDrawIdConflictsCount = 0;
|
DebugDrawIdConflictsCount = 0;
|
||||||
DebugLogFlags = ImGuiDebugLogFlags_EventError | ImGuiDebugLogFlags_OutputToTTY | ImGuiDebugLogFlags_EventFont;
|
DebugLogFlags = ImGuiDebugLogFlags_EventError | ImGuiDebugLogFlags_OutputToTTY;
|
||||||
DebugLocateId = 0;
|
DebugLocateId = 0;
|
||||||
DebugLogSkippedErrors = 0;
|
DebugLogSkippedErrors = 0;
|
||||||
DebugLogAutoDisableFlags = ImGuiDebugLogFlags_None;
|
DebugLogAutoDisableFlags = ImGuiDebugLogFlags_None;
|
||||||
|
|||||||
Reference in New Issue
Block a user