The issue here is that this is not a drop-down list (where you change a property), but a regular menu (like the File or Edit menu). I.e. it is actually a row of buttons for executing operators,…
This is a known issue of Affinity Designer (see affinity forum). The ascii is valid for the svg.
Sorry, I meant that U.scale_factor
and UI_SCALE_FAC
are the same thing. Just divide by UI_SCALE_FAC
.
WM_event_absolute_delta_y(event) / UI_SCALE_FAC
Yeah, U.dpi_fac
has been renamed to U.scale_factor
/ UI_SCALE_FAC
.
The delta that trackpad sends depends on the screen resolution, on Retina it's 2x than on a standard screen. So on…
Regarding
MOUSEZOOM
,MOUSEROTATE
: the flag indicating the "natural scrolling on/off" is only changing forMOUSEPAN
. I've tested it. So:if (U.uiflag & USER_ZOOM_HORIZ) { …
You don't need to open a separate search window, it's weird. Looks like almost the same as using F3 search.
Check how native menus work in macOS or Windows. There's some kind of incremental…
Okay, I've prepared a patch:
https://github.com/yevgenymakarov/blender/compare/main...yevgenymakarov-patch-1 or yevgenymakarov-patch-1.diff…
Here are two archived patches that add trackpad support for changing the current frame.
The D8542 is very straightforward. For D8675 it may need some tweaking, it seems you can use the recently…
Duplicate of #70036; btw, there is a patch.