Internals: Minor renaming for consistency.

This commit is contained in:
omar
2018-08-05 18:13:24 +02:00
parent 9e9c8a8991
commit 0905202f44
2 changed files with 6 additions and 6 deletions

View File

@ -983,7 +983,7 @@ struct IMGUI_API ImGuiWindow
bool WasActive;
bool WriteAccessed; // Set to true when any widget access the current window
bool Collapsed; // Set when collapsing window to become only title-bar
bool CollapseToggleWanted;
bool WantCollapseToggle;
bool SkipItems; // Set when items can safely be all clipped (e.g. window not visible or collapsed)
bool Appearing; // Set during the frame where the window is appearing (or re-appearing)
bool Hidden; // Do not display (== (HiddenFramesForResize > 0) ||