Fixed EndGroup() not restoring offset properly. breaking SameLine() offset (caused by 954c890c67) (#829)

This commit is contained in:
ocornut
2016-09-13 09:18:17 +02:00
parent 612b17ef57
commit b397fb507e
2 changed files with 3 additions and 1 deletions

View File

@ -257,6 +257,7 @@ struct ImGuiGroupData
ImVec2 BackupCursorPos;
ImVec2 BackupCursorMaxPos;
float BackupIndentX;
float BackupGroupOffsetX;
float BackupCurrentLineHeight;
float BackupCurrentLineTextBaseOffset;
float BackupLogLinePosY;