mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-07 14:29:40 +00:00
This commit is contained in:
parent
9558e327d2
commit
6cbf4b8121
1 changed files with 2 additions and 0 deletions
|
@ -1037,6 +1037,8 @@ struct ImGuiContext
|
|||
DragDropAcceptFrameCount = -1;
|
||||
memset(DragDropPayloadBufLocal, 0, sizeof(DragDropPayloadBufLocal));
|
||||
|
||||
CurrentTabBar = NULL;
|
||||
|
||||
ScalarAsInputTextId = 0;
|
||||
ColorEditOptions = ImGuiColorEditFlags__OptionsDefault;
|
||||
DragCurrentAccumDirty = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue