Tell quickpanel to hide when we start dragging.

SVN revision: 48682
This commit is contained in:
Christopher Michael 2010-05-08 15:34:12 +00:00
parent 4c8e8f64ce
commit 5a71db9083
1 changed files with 4 additions and 0 deletions

View File

@ -350,6 +350,10 @@ _e_mod_ind_win_cb_mouse_move(void *data, Evas *evas __UNUSED__, Evas_Object *obj
/* tell edj we are going to start moving */
edje_object_signal_emit(iwin->o_base, "e,action,move,start", "e");
/* tell quickpanel to hide because we are going to drag */
ecore_x_e_illume_quickpanel_state_send(bd->zone->black_win,
ECORE_X_ILLUME_QUICKPANEL_STATE_OFF);
/* send message that we are going to start dragging */
ecore_x_e_illume_drag_start_send(bd->client.win);
}