Blender Git Commit Log
Git Commits -> Revision 1e63545
Revision 1e63545 by Brecht Van Lommel (master) September 21, 2009, 15:51 (GMT) |
Second attempt at fixing #19335: holding down backspace in the text editor creates squares on some systems. Based on info from Martin, it appears the keymodifier is being set when it shouldn't. I think this is happening become some systems may be generating KM_PRESS events without a matching KM_RELEASE? Also ignore ascii values 1-32 now instead of 14-32, not sure why they were included now in 2.5 because they were not in 2.4, but I don't see a reason to do it. This fixes squares when pressing e.g. ctrl+b or ctrl+n. |
Commit Details:
Full Hash: 1e63545a3b6331b6c1d05a15c5dc48f4aa148f19
SVN Revision: 23399
Parent Commit: 4453dc3
Lines Changed: +8, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_event_system.c (+8, -1) (Diff)