Internals: UpdateWindowInFocusOrderList: amend a528398 to fix docking. (#3496, #4797)

This commit is contained in:
ocornut
2021-12-15 12:16:48 +01:00
parent 389982eb5a
commit 1c4066cd9e
2 changed files with 7 additions and 4 deletions

View File

@ -1984,6 +1984,7 @@ struct IMGUI_API ImGuiWindow
bool Appearing; // Set during the frame where the window is appearing (or re-appearing)
bool Hidden; // Do not display (== HiddenFrames*** > 0)
bool IsFallbackWindow; // Set on the "Debug##Default" window.
bool IsExplicitChild; // Set when passed _ChildWindow, left to false by BeginDocked()
bool HasCloseButton; // Set when the window has a close button (p_open != NULL)
signed char ResizeBorderHeld; // Current border being held for resize (-1: none, otherwise 0-3)
short BeginCount; // Number of Begin() during the current frame (generally 0 or 1, 1+ if appending via multiple Begin/End pairs)