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>2021-03-10 07:47:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-10 07:47:50 +0300
commit70e73974b593d2fe3adfd9c964274c037fb51887 (patch)
tree680ab58a61b941964723bad7a318b28af2aab793 /source/blender/editors/interface/interface_templates.c
parent548e2e2f251e7dcecfc4db0f8d8ea04414fc2b56 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/interface/interface_templates.c')
-rw-r--r--source/blender/editors/interface/interface_templates.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index c5e67e0334e..fed011d78d7 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -6383,9 +6383,9 @@ void uiTemplateList(uiLayout *layout,
}
if (glob) {
- /* About UI_BTYPE_GRIP drag-resize:
+ /* About #UI_BTYPE_GRIP drag-resize:
* We can't directly use results from a grip button, since we have a
- * rather complex behavior here (sizing by discrete steps and, overall, autosize feature).
+ * rather complex behavior here (sizing by discrete steps and, overall, auto-size feature).
* Since we *never* know whether we are grip-resizing or not
* (because there is no callback for when a button enters/leaves its "edit mode"),
* we use the fact that grip-controlled value (dyn_data->resize) is completely handled
@@ -6393,7 +6393,7 @@ void uiTemplateList(uiLayout *layout,
*
* It is only meaningful when we are not resizing,
* in which case this gives us the correct "init drag" value.
- * Note we cannot affect dyn_data->resize_prev here,
+ * Note we cannot affect `dyn_data->resize_prev here`,
* since this value is not controlled by the grip!
*/
dyn_data->resize = dyn_data->resize_prev +