Fix #22690: gestures were not working correct after inbetween mousemove

changes, also forgot to update armature sketching operator.
This commit is contained in:
2010-07-02 11:26:12 +00:00
parent 6bdc4c72d4
commit 643ec7a12f
2 changed files with 3 additions and 0 deletions

View File

@@ -2268,6 +2268,7 @@ static void tweak_gesture_modal(bContext *C, wmEvent *event)
switch(event->type) {
case MOUSEMOVE:
case INBETWEEN_MOUSEMOVE:
wm_subwindow_getorigin(window, gesture->swinid, &sx, &sy);
@@ -2398,6 +2399,7 @@ int WM_gesture_lasso_modal(bContext *C, wmOperator *op, wmEvent *event)
switch(event->type) {
case MOUSEMOVE:
case INBETWEEN_MOUSEMOVE:
wm_gesture_tag_redraw(C);