Merge branch 'blender-v2.90-release' into master

This commit is contained in:
2020-08-18 12:29:15 +10:00
5 changed files with 19 additions and 18 deletions

View File

@@ -4845,7 +4845,7 @@ static bool ui_numedit_but_NUM(uiBut *but,
if (is_float == false) {
/* at minimum, moving cursor 2 pixels should change an int button. */
CLAMP_MIN(non_linear_scale, 0.5f * U.pixelsize);
CLAMP_MIN(non_linear_scale, 0.5f * UI_DPI_FAC);
}
data->dragf += (((float)(mx - data->draglastx)) / deler) * non_linear_scale;