FIX:not render Separator line in dark mode
Jira:STUDIO-5955 in paint function Change-Id: I9323809bcbe5f0d37b590840de604ae7e3f67ab0
This commit is contained in:
parent
289c1c1534
commit
e48abc7f30
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue