mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Fixed diameter/radius mismatch in gizmo UI
This commit is contained in:
parent
a3f3c868eb
commit
8c8256c6a2
2 changed files with 5 additions and 3 deletions
|
@ -58,7 +58,7 @@ private:
|
|||
bool unsaved_changes() const;
|
||||
|
||||
bool m_show_supports = true;
|
||||
float m_new_hole_radius = 4.f; // Size of a new hole.
|
||||
float m_new_hole_radius = 2.f; // Size of a new hole.
|
||||
float m_new_hole_height = 5.f;
|
||||
mutable std::vector<bool> m_selected; // which holes are currently selected
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue