custstu
Results
1
comments of
custstu
After commenting the line “draw_data->ScaleClipRects(io.DisplayFramebufferScale);” in renderDrawList. It displays normally on Macos. ```C++ void ImGuiRenderer::renderDrawList(ImDrawData *draw_data) { // Select current context ImGui::SetCurrentContext(g_ctx); // Avoid rendering when minimized, scale coordinates for...