Error Handling: fixed not rewinding to recorded tree and id stack size (#1651)

This commit is contained in:
ocornut
2024-09-27 19:00:57 +02:00
parent 30c29d291f
commit 199a44e31e
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -1258,6 +1258,7 @@ struct IMGUI_API ImGuiErrorRecoveryState
{
short SizeOfWindowStack;
short SizeOfIDStack;
short SizeOfTreeStack;
short SizeOfColorStack;
short SizeOfStyleVarStack;
short SizeOfFontStack;