Fix #110917: Multiply UI_SCALE_FAC to view scroll operators #110940

Merged
YimingWu merged 1 commits from ChengduLittleA/blender:fix-110917 into main 2023-08-13 04:57:45 +02:00

1 Commits

Author SHA1 Message Date
YimingWu 34c3343229 Fix #110917: Multiply `UI_SCALE_FAC` to view scroll operators
Previously the delta value is hard coded (40), this would be too slow on
high DPI screens. Now multiply that by `UI_SCALE_FAC` will solve the
issue.
2023-08-09 10:27:27 +08:00