Fix using IsItemActive() after EndGroup() or any widget using groups (#840, #479)

This commit is contained in:
ocornut
2016-09-25 14:18:10 +02:00
parent 56cdbe434d
commit f2699de242
2 changed files with 13 additions and 7 deletions

View File

@ -266,6 +266,7 @@ struct ImGuiGroupData
float BackupCurrentLineHeight;
float BackupCurrentLineTextBaseOffset;
float BackupLogLinePosY;
bool BackupActiveIdIsAlive;
bool AdvanceCursor;
};