BeginGroup(): Fixed a bug pushing line lower extent too far down when called after a call to SameLine() followed by manual cursor manipulation.

This commit is contained in:
ocornut
2023-09-26 21:07:25 +02:00
parent 8175a47881
commit 9ece0bdc02
3 changed files with 5 additions and 0 deletions

View File

@ -1071,6 +1071,7 @@ struct IMGUI_API ImGuiGroupData
ImGuiID BackupActiveIdIsAlive;
bool BackupActiveIdPreviousFrameIsAlive;
bool BackupHoveredIdIsAlive;
bool BackupIsSameLine;
bool EmitItem;
};