[#21123] Refresh screen after applying click in WM_gesture_circle_modal()

patch from Sergey Sharybin (nazgul)
This commit is contained in:
2010-02-12 15:33:32 +00:00
parent 8497b2f851
commit 0e40d71fb0

View File

@@ -2109,6 +2109,7 @@ int WM_gesture_circle_modal(bContext *C, wmOperator *op, wmEvent *event)
/* apply first click */
gesture_circle_apply(C, op);
gesture->mode= 1;
wm_gesture_tag_redraw(C);
}
break;