2
0
Эх сурвалжийг харах

Fixed uninitialized variable (leading to asserts in the docking branch). (#2376, #2371)

omar 6 жил өмнө
parent
commit
6cbf4b8121
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      imgui_internal.h

+ 2 - 0
imgui_internal.h

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