live_edit: don't highlight lines when ctrl key is pressed.

When user press the ctrl key, then part magnetic effect is always enabled.
it was introduced from missing return function value...

@fix T3741
This commit is contained in:
Hermet Park 2016-06-01 23:30:06 +09:00
parent 47fb10341c
commit 73ceae42b5
1 changed files with 1 additions and 1 deletions

View File

@ -1693,7 +1693,7 @@ calc_layout_auto_align_pos(Evas_Object *layout, live_data *ld, int x, int y,
{
*ret_x = x;
*ret_y = y;
return;
return 0;
}
Eina_Bool is_up, is_down, is_left, is_right;