UI: Console Text Operations #108626

Manually merged
Campbell Barton merged 13 commits from Harley/blender:ConsoleSelect into main 2023-09-22 05:42:35 +02:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 12b0c80243 - Show all commits

View File

@ -405,11 +405,6 @@ static int console_move_exec(bContext *C, wmOperator *op)
if (!select && sc->sel_start != sc->sel_end) {
/* Clear selection if we are not extending it. */
sc->sel_start = sc->sel_end;
if (sc->sel_end <= ci->len && sc->sel_start <= ci->len) {
/* If selection is in an editable section, do nothing else. */
ED_area_tag_redraw(CTX_wm_area(C));
return OPERATOR_FINISHED;
}
}
switch (type) {