mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
FIX:enable tab key of cut toolbar[STUDIO-2998]
Change-Id: I4c731aeb54cf81a68f6a2501f41986942b71e604
This commit is contained in:
@@ -1297,7 +1297,7 @@ void GLGizmoAdvancedCut::render_cut_plane_input_window(float x, float y, float b
|
|||||||
bool imperial_units = wxGetApp().app_config->get("use_inches") == "1";
|
bool imperial_units = wxGetApp().app_config->get("use_inches") == "1";
|
||||||
unsigned int current_active_id = ImGui::GetActiveID();
|
unsigned int current_active_id = ImGui::GetActiveID();
|
||||||
|
|
||||||
Vec3d rotation = {Geometry::rad2deg(m_rotation(0)), Geometry::rad2deg(m_rotation(1)), Geometry::rad2deg(m_rotation(2))};
|
Vec3d rotation = {Geometry::rad2deg(m_buffered_rotation(0)), Geometry::rad2deg(m_buffered_rotation(1)), Geometry::rad2deg(m_buffered_rotation(2))};
|
||||||
char buf[3][64];
|
char buf[3][64];
|
||||||
float buf_size[3];
|
float buf_size[3];
|
||||||
float vec_max = 0, unit_size = 0;
|
float vec_max = 0, unit_size = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user