FIX: the cut tool gizmo display problem
STUDIO-3182 Change-Id: I728cae259b613835f4c2a0a86543c23936e713c8
This commit is contained in:
parent
b0e740ef22
commit
5cd1c1b685
1 changed files with 2 additions and 0 deletions
|
@ -1589,7 +1589,9 @@ void GLGizmoAdvancedCut::render_connectors_input_window(float x, float y, float
|
|||
if (render_combo(_u8L("Style"), connector_styles, m_connector_style))
|
||||
apply_selected_connectors([this, &connectors](size_t idx) { connectors[idx].attribs.style = CutConnectorStyle(m_connector_style); });
|
||||
m_imgui->disabled_end();
|
||||
ImGuiWrapper::pop_combo_style();
|
||||
|
||||
ImGuiWrapper::push_combo_style(m_parent.get_scale());
|
||||
if (render_combo(_u8L("Shape"), connector_shapes, m_connector_shape_id))
|
||||
apply_selected_connectors([this, &connectors](size_t idx) { connectors[idx].attribs.shape = CutConnectorShape(m_connector_shape_id); });
|
||||
ImGuiWrapper::pop_combo_style();
|
||||
|
|
Loading…
Reference in a new issue