[Bf-blender-cvs] [9f5c30797d5] master: Cleanup: typo fix in a comment

Sybren A. Stüvel noreply at git.blender.org
Fri Sep 4 14:53:57 CEST 2020


Commit: 9f5c30797d5acb12512dd16310cdcfa62b1d2c72
Author: Sybren A. Stüvel
Date:   Fri Sep 4 14:13:34 2020 +0200
Branches: master
https://developer.blender.org/rB9f5c30797d5acb12512dd16310cdcfa62b1d2c72

Cleanup: typo fix in a comment

No functional changes.

===================================================================

M	source/blender/editors/interface/interface_handlers.c

===================================================================

diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index 143ca6a0ef1..bf38f8bf12f 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -1888,7 +1888,7 @@ static bool ui_but_drag_init(bContext *C,
   WM_gestures_remove(CTX_wm_window(C));
 
   /* Clamp the maximum to half the UI unit size so a high user preference
-   * doesn't require the user to drag more then half the default button height. */
+   * doesn't require the user to drag more than half the default button height. */
   const int drag_threshold = min_ii(
       WM_event_drag_threshold(event),
       (int)((UI_UNIT_Y / 2) * ui_block_to_window_scale(data->region, but->block)));



More information about the Bf-blender-cvs mailing list