mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Groups: fixed an issue reporting IsItemEdited() signal after EndGroup() for some widgets e.g. Checkbox(), Selectable(). (#9028)
This commit is contained in:
parent
bc5da9b367
commit
b8573a7e33
4 changed files with 8 additions and 2 deletions
|
|
@ -1173,6 +1173,7 @@ struct IMGUI_API ImGuiGroupData
|
|||
ImVec2 BackupCurrLineSize;
|
||||
float BackupCurrLineTextBaseOffset;
|
||||
ImGuiID BackupActiveIdIsAlive;
|
||||
bool BackupActiveIdHasBeenEditedThisFrame;
|
||||
bool BackupDeactivatedIdIsAlive;
|
||||
bool BackupHoveredIdIsAlive;
|
||||
bool BackupIsSameLine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue