Merge of minor left-overs from private work branch to reduce drifts. Should be functionally a no-op.

This commit is contained in:
omar
2018-01-03 20:45:06 +01:00
parent 4b1240b2e1
commit 4fc9f44073
2 changed files with 14 additions and 13 deletions

View File

@ -775,7 +775,7 @@ struct IMGUI_API ImGuiWindow
ImVec2 ScrollTargetCenterRatio; // 0.0f = scroll so that target position is at top, 0.5f = scroll so that target position is centered
bool ScrollbarX, ScrollbarY;
ImVec2 ScrollbarSizes;
bool Active; // Set to true on Begin()
bool Active; // Set to true on Begin(), unless Collapsed
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