|
|
@ -1037,6 +1037,8 @@ struct ImGuiContext
|
|
|
|
DragDropAcceptFrameCount = -1;
|
|
|
|
DragDropAcceptFrameCount = -1;
|
|
|
|
memset(DragDropPayloadBufLocal, 0, sizeof(DragDropPayloadBufLocal));
|
|
|
|
memset(DragDropPayloadBufLocal, 0, sizeof(DragDropPayloadBufLocal));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CurrentTabBar = NULL;
|
|
|
|
|
|
|
|
|
|
|
|
ScalarAsInputTextId = 0;
|
|
|
|
ScalarAsInputTextId = 0;
|
|
|
|
ColorEditOptions = ImGuiColorEditFlags__OptionsDefault;
|
|
|
|
ColorEditOptions = ImGuiColorEditFlags__OptionsDefault;
|
|
|
|
DragCurrentAccumDirty = false;
|
|
|
|
DragCurrentAccumDirty = false;
|
|
|
|