FIX:not render Separator line in dark mode

Jira:STUDIO-5955
in paint function

Change-Id: I9323809bcbe5f0d37b590840de604ae7e3f67ab0
This commit is contained in:
zhou.xu 2024-01-15 09:50:17 +08:00 committed by Lane.Wei
parent 289c1c1534
commit e48abc7f30
1 changed files with 2 additions and 1 deletions

View File

@ -760,8 +760,9 @@ void GLGizmoMmuSegmentation::on_render_input_window(float x, float y, float bott
change_camera_view_angle(m_front_view_radian);
}
m_imgui->disabled_end();
}
ImGui::Separator();
}
ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(6.0f, 10.0f));
float get_cur_y = ImGui::GetContentRegionMax().y + ImGui::GetFrameHeight() + y;
show_tooltip_information(caption_max, x, get_cur_y);