If we don't want to show the shelf, explicitly hide it. Needed if the

user moves the mouse along the shelf edge.


SVN revision: 32945
This commit is contained in:
Sebastian Dransfeld 2007-12-02 19:32:32 +00:00
parent 1923026bb8
commit cb0c56abbf
1 changed files with 2 additions and 0 deletions

View File

@ -1280,6 +1280,8 @@ _e_shelf_cb_mouse_in(void *data, int type, void *event)
edje_object_signal_emit(es->o_base, "e,state,focused", "e");
e_shelf_toggle(es, 1);
}
else
e_shelf_toggle(es, 0);
}
else if (type == ECORE_X_EVENT_MOUSE_IN)
{