mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
* gui: reverse mouse zoom option (#4668) Add configuration entry for reverse mouse zoom option Define SUPPORT_REVERSE_MOUSE_ZOOM macro to enable feature code. * remove SUPPORT_REVERSE_MOUSE_ZOOM macro --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
ff7faca943
commit
14fc48ffbd
3 changed files with 3 additions and 7 deletions
|
@ -176,10 +176,8 @@ void AppConfig::set_defaults()
|
|||
if (get("camera_navigation_style").empty())
|
||||
set("camera_navigation_style", "0");
|
||||
|
||||
#ifdef SUPPORT_REVERSE_MOUSE_ZOOM
|
||||
if (get("reverse_mouse_wheel_zoom").empty())
|
||||
set_bool("reverse_mouse_wheel_zoom", false);
|
||||
#endif
|
||||
|
||||
if (get("zoom_to_mouse").empty())
|
||||
set_bool("zoom_to_mouse", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue