dont hardcode overlay part as its not namespace - accept right click

on ANYTHING to stop move/resize in gadman.



SVN revision: 79686
This commit is contained in:
Carsten Haitzler 2012-11-26 10:06:50 +00:00
parent bc6bd1b4c5
commit 8f03dcc9ed
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ _create_mover(E_Gadcon *gc)
edje_object_signal_callback_add(mover, "e,action,move,start", "",
on_move, (void *)DRAG_START);
edje_object_signal_callback_add(mover, "mouse,down,3", "overlay",
edje_object_signal_callback_add(mover, "mouse,down,3", "*",
gadman_gadget_edit_end, NULL);
edje_object_signal_callback_add(mover, "e,action,resize,left,start", "",