disable selection when resizing

because I don't want to deal with that for the moment
This commit is contained in:
Boris Faure 2013-11-14 23:24:45 +01:00
parent 2fcdd866ad
commit 05ea863dc5
1 changed files with 1 additions and 0 deletions

View File

@ -1652,6 +1652,7 @@ _smart_size(Evas_Object *obj, int w, int h, Eina_Bool force)
evas_object_size_hint_request_set(obj,
sd->font.chw * sd->grid.w,
sd->font.chh * sd->grid.h);
_sel_set(obj, EINA_FALSE);
termpty_resize(sd->pty, w, h);
_smart_calculate(obj);
_smart_apply(obj);