Blender Git Loki
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