mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Improve brim paint gizmo shortcuts (#9174)
* Change section view hotkey to alt+mouse wheel * Use ctrl+mouse wheel up/down to change brim size * Update current brim brush size
This commit is contained in:
commit
5ed855aeef
3 changed files with 82 additions and 26 deletions
|
@ -144,6 +144,10 @@ private:
|
|||
void get_detection_radius_max();
|
||||
void update_raycasters();
|
||||
|
||||
void begin_radius_change(float initial_value);
|
||||
void update_cache_radius();
|
||||
void apply_radius_change();
|
||||
|
||||
protected:
|
||||
void on_set_state() override;
|
||||
void on_set_hover_id() override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue