|
@@ -3092,6 +3092,7 @@ ImGuiWindow::ImGuiWindow(ImGuiContext* context, const char* name) : DrawListInst
|
|
DrawList = &DrawListInst;
|
|
DrawList = &DrawListInst;
|
|
DrawList->_Data = &context->DrawListSharedData;
|
|
DrawList->_Data = &context->DrawListSharedData;
|
|
DrawList->_OwnerName = Name;
|
|
DrawList->_OwnerName = Name;
|
|
|
|
+ IM_PLACEMENT_NEW(&WindowClass) ImGuiWindowClass();
|
|
}
|
|
}
|
|
|
|
|
|
ImGuiWindow::~ImGuiWindow()
|
|
ImGuiWindow::~ImGuiWindow()
|