瀏覽代碼

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

omar 6 年之前
父節點
當前提交
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;