BeginGroup(): fix/amend 9ece0bd.

This commit is contained in:
ocornut
2023-09-27 17:25:55 +02:00
parent 456aa3bc0a
commit f1519efb16
2 changed files with 3 additions and 0 deletions

View File

@ -1064,6 +1064,7 @@ struct IMGUI_API ImGuiGroupData
ImGuiID WindowID;
ImVec2 BackupCursorPos;
ImVec2 BackupCursorMaxPos;
ImVec2 BackupCursorPosPrevLine;
ImVec1 BackupIndent;
ImVec1 BackupGroupOffset;
ImVec2 BackupCurrLineSize;