Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2020-11-12 13:39:34 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-11-12 13:39:34 +0300
commit0d04bcd566a8ec62591621a908076f417b717b3d (patch)
treea814dca90f772b67aeab3683e961da82f9c77bc9 /source/blender/editors/sculpt_paint/sculpt_detail.c
parentd706aaa53dc16ff542cad11c55b4c94cc2f52371 (diff)
parent12dd26a2bbb37fc369956d9e2bcd7d851aafafde (diff)
Merge branch 'blender-v2.91-release' into master
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_detail.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_detail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_detail.c b/source/blender/editors/sculpt_paint/sculpt_detail.c
index cdfcdbc4660..ddf5b39f080 100644
--- a/source/blender/editors/sculpt_paint/sculpt_detail.c
+++ b/source/blender/editors/sculpt_paint/sculpt_detail.c
@@ -329,7 +329,7 @@ static int sculpt_sample_detail_size_modal(bContext *C, wmOperator *op, const wm
return OPERATOR_FINISHED;
}
break;
-
+ case EVT_ESCKEY:
case RIGHTMOUSE: {
WM_cursor_modal_restore(CTX_wm_window(C));
ED_workspace_status_text(C, NULL);