unknonw direction actually should just be handled in default - skip

that direction and go to the next one.



SVN revision: 76589
This commit is contained in:
Carsten Haitzler 2012-09-13 08:31:29 +00:00
parent 52fd505670
commit 0fb69c0e37
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ _base_geometry_calc(Evas_Object *obj,
{
switch (sd->dir_priority[idx])
{
case ELM_CTXPOPUP_DIRECTION_UNKNOWN:
case ELM_CTXPOPUP_DIRECTION_UP:
temp.y = (pos.y - base_size.y);
if ((temp.y - arrow_size.y) < hover_area.y)