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:
authorCampbell Barton <ideasman42@gmail.com>2017-10-16 09:01:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-16 09:03:08 +0300
commit8550c2b92251815a39f95a9128f1fbc51f204a07 (patch)
tree263d5322f094a5089d1465f7d08989bd639781f9 /source/blender/windowmanager/intern/wm_operator_props.c
parent83b60dac57a1aa432c8f7c165603ef327c6911d6 (diff)
Cleanup: modal operator border callback names
Use same convention as all others. Remove 'select' since these are used for zoom as well.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operator_props.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operator_props.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operator_props.c b/source/blender/windowmanager/intern/wm_operator_props.c
index 569cd43a524..b8b52798175 100644
--- a/source/blender/windowmanager/intern/wm_operator_props.c
+++ b/source/blender/windowmanager/intern/wm_operator_props.c
@@ -225,7 +225,7 @@ void WM_operator_properties_border_to_rctf(struct wmOperator *op, rctf *rect)
}
/**
- * Use with #WM_border_select_invoke
+ * Use with #WM_gesture_border_invoke
*/
void WM_operator_properties_gesture_border(wmOperatorType *ot, bool extend)
{