Tooltips, Drag and Drop: Stabilized name of drag and drop tooltip window. (#8036)

This commit is contained in:
ocornut
2024-10-03 11:18:59 +02:00
parent f0575411c0
commit 014b722963
4 changed files with 22 additions and 12 deletions
+1
View File
@@ -2283,6 +2283,7 @@ struct ImGuiContext
short DisabledStackSize;
short LockMarkEdited;
short TooltipOverrideCount;
ImGuiWindow* TooltipPreviousWindow; // Window of last tooltip submitted during the frame
ImVector<char> ClipboardHandlerData; // If no custom clipboard handler is defined
ImVector<ImGuiID> MenusIdSubmittedThisFrame; // A list of menu IDs that were rendered at least once
ImGuiTypingSelectState TypingSelectState; // State for GetTypingSelectRequest()