mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-17 01:04:19 +00:00
MultiSelect: added missing call on Shutdown(). Better reuse selection buffer.
This commit is contained in:
parent
c3998b70cc
commit
a6adfb2b49
2 changed files with 6 additions and 1 deletions
|
|
@ -3818,6 +3818,8 @@ void ImGui::Shutdown()
|
|||
g.TablesTempData.clear_destruct();
|
||||
g.DrawChannelsTempMergeBuffer.clear();
|
||||
|
||||
g.MultiSelectStorage.Clear();
|
||||
|
||||
g.ClipboardHandlerData.clear();
|
||||
g.MenusIdSubmittedThisFrame.clear();
|
||||
g.InputTextState.ClearFreeMemory();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue