Don't need to set drag == 0 here...drag_end client message handles that.

SVN revision: 44529
This commit is contained in:
Christopher Michael 2009-12-17 23:42:12 +00:00
parent 13856e38f5
commit 7991d5bd15
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ _il_ind_win_cb_mouse_up(void *data, Evas *evas, Evas_Object *obj, void *event)
bd = iwin->win->border;
if (ecore_x_e_illume_drag_locked_get(bd->client.win)) return;
if (!ecore_x_e_illume_drag_get(bd->client.win)) return;
ecore_x_e_illume_drag_set(bd->client.win, 0);
ecore_x_e_illume_drag_end_send(bd->client.win);
}