mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-13 00:09:55 +02:00
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:
@ -1071,6 +1071,7 @@ struct IMGUI_API ImGuiGroupData
|
||||
ImGuiID BackupActiveIdIsAlive;
|
||||
bool BackupActiveIdPreviousFrameIsAlive;
|
||||
bool BackupHoveredIdIsAlive;
|
||||
bool BackupIsSameLine;
|
||||
bool EmitItem;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user