do not apply extend fix when selection is box

This commit is contained in:
Boris Faure 2015-02-06 21:36:15 +01:00
parent 788f3e7eb7
commit 5a9dcf1ed3
1 changed files with 1 additions and 1 deletions

View File

@ -3152,7 +3152,7 @@ _selection_newline_extend_fix(Evas_Object *obj)
sd = evas_object_smart_data_get(obj);
if ((sd->top_left) || (sd->bottom_right))
if ((sd->top_left) || (sd->bottom_right) || (sd->pty->selection.is_box))
return;
termpty_cellcomp_freeze(sd->pty);