Blender Git Commit Log

Git Commits -> Revision 37bf6ef

Revision 37bf6ef by Ton Roosendaal (master)
October 26, 2012, 15:21 (GMT)
Bugfix #28734

Double clicks were never working reliably in Blender - this mostly because
it wasn't a real event, but something generated in the handler code.

Now it is an actual event - meaning it always gets handled (if you have
a keymap item for it of course), but if there's no doubleclick handling
it treats the doubleclick as a normal click.

Also cleaned code. No recursion anymore.

Commit Details:

Full Hash: 37bf6ef04405222adbfe0970e51b679ee99054ac
SVN Revision: 51661
Parent Commit: d24aaf5
Lines Changed: +76, -76

2 Modified Paths:

/source/blender/windowmanager/intern/wm_event_system.c (+76, -71) (Diff)
/source/blender/windowmanager/intern/wm_keymap.c (+0, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021