mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Fix of #5632 (painter gizmos not working correctly with scaled objects)
This was broken since 8bcdbb7
.
This commit is contained in:
parent
48c7673cc6
commit
e733565031
2 changed files with 6 additions and 4 deletions
|
@ -146,7 +146,7 @@ protected:
|
|||
};
|
||||
|
||||
Cursor m_cursor;
|
||||
float m_old_cursor_radius;
|
||||
float m_old_cursor_radius_sqr;
|
||||
|
||||
// Private functions:
|
||||
bool select_triangle(int facet_idx, EnforcerBlockerType type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue