Re: [E-devel] [patch] elm_cnp_helper - bugfix duplicated drag objs

2012-01-02 Thread Michael Blumenkrantz
On Tue, 3 Jan 2012 13:41:09 +0900 Hyoyoung Chang wrote: > Dear all. > > Currently, dragging is only supported in elm_photo. > Normally it works well but in overlapped region, elm_photo makes > multiple drag events. > However multiple objs dragging isn't supported by elm_cnp_helper(also > in xdnd

[E-devel] [patch] elm_cnp_helper - bugfix duplicated drag objs

2012-01-02 Thread Hyoyoung Chang
Dear all. Currently, dragging is only supported in elm_photo. Normally it works well but in overlapped region, elm_photo makes multiple drag events. However multiple objs dragging isn't supported by elm_cnp_helper(also in xdnd specs) It better to block multiple dragging events. Also I fixed dragd