Blender Git Commit Log

Git Commits -> Revision c606044

Revision c606044 by Julian Eisel (master)
August 5, 2020, 19:34 (GMT)
Fix double-click not opening directories on some touch-pads

The file.execute() operator is the one that actually opened directories
and files, not file.select() with the "open" option, as it was assumed
when changing the keymap to double-click for opening. It only acts on
the current selection though, so we have to ensure the selection is set
on the first click.
Now, some touch-pads have a delay until they register a click event, so
the double-click would be registered instead, before the selection is
set. Always select on mouse-down now and remove the unnecessary select
operator call on double-click.

Commit Details:

Full Hash: c606044157a3a618938d439f527377366624cbaa
Parent Commit: c323f3e
Lines Changed: +1, -2

1 Modified Path:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021