Fix #112642: Anchor Word Start For Double-click Word Select #113037

Merged
Harley Acheson merged 1 commits from Harley/blender:Fix112621 into blender-v4.0-release 2023-09-29 00:28:07 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -3803,6 +3803,7 @@ static void ui_do_but_textedit(
but->pos = short(selend);
but->selsta = short(selsta);
but->selend = short(selend);
data->sel_pos_init = selsta;
retval = WM_UI_HANDLER_BREAK;
changed = true;
}