Blender Git Loki
Git Commits -> Revision 0f661b1
Revision 0f661b1 by Sergey Sharybin (master) February 18, 2011, 14:55 (GMT) |
Text space fixes: - Bring back cursor set to PRESS event - block selection wouldn't have correct start position; - Undo stack push was missed in cursor_set operator; - Remove unneeded cursor moving at set_selection operator; - Fixed bug with scroll bar - it shouldn't use EVT_TWEAK; There could be still small issues with selecting single character by mouse (due to EVT_TWEAK threashold), but this operator is for block selection, not single char. So shouldn't be big pain here. |
Commit Details:
Full Hash: 0f661b154fe7ab0f18abc66f09fc1c580623253e
SVN Revision: 34971
Parent Commit: 71e80f6
Lines Changed: +15, -18