mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
FIX:enable tab key of cut toolbar[STUDIO-2998]
Change-Id: I4c731aeb54cf81a68f6a2501f41986942b71e604
This commit is contained in:
parent
1ac77b8da7
commit
8ae8cce200
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
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];
|
||||
float buf_size[3];
|
||||
float vec_max = 0, unit_size = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue