mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
TriangleSelector paints continuously when dragging fast
Previously there would be distinct circles with gaps in between
This commit is contained in:
parent
d3e7684a5a
commit
223eb6933c
2 changed files with 110 additions and 86 deletions
|
@ -92,6 +92,7 @@ private:
|
|||
bool m_setting_angle = false;
|
||||
bool m_internal_stack_active = false;
|
||||
bool m_schedule_update = false;
|
||||
Vec2d m_last_mouse_position = Vec2d::Zero();
|
||||
|
||||
// This map holds all translated description texts, so they can be easily referenced during layout calculations
|
||||
// etc. When language changes, GUI is recreated and this class constructed again, so the change takes effect.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue