Nav: Renamed internal field.

This commit is contained in:
omar
2017-09-29 19:28:19 +02:00
parent 9712a81f85
commit 8a5a29f0be
2 changed files with 12 additions and 12 deletions

View File

@ -776,7 +776,7 @@ struct IMGUI_API ImGuiWindow
ImVec2 SetWindowPosPivot; // store window pivot for positioning. ImVec2(0,0) when positioning from top-left corner; ImVec2(0.5f,0.5f) for centering; ImVec2(1,1) for bottom right.
ImGuiID NavLastIds[2]; // Last known NavId for this window, per layer (0/1)
ImRect NavRefRectRel[2]; // Reference rectangle, in window space
ImRect NavRectRel[2]; // Reference rectangle, in window space
ImGuiDrawContext DC; // Temporary per-window data, reset at the beginning of the frame
ImVector<ImGuiID> IDStack; // ID stack. ID are hashes seeded with the value at the top of the stack