focus clients after pager drag to desktop

This commit is contained in:
Mike Blumenkrantz 2014-01-15 17:44:13 -05:00
parent fb18230b27
commit a37bfe3d25
1 changed files with 1 additions and 0 deletions

View File

@ -1201,6 +1201,7 @@ _pager_window_cb_drag_finished(E_Drag *drag, int dropped)
if (!(pw->client->lock_user_stacking))
evas_object_raise(pw->client->frame);
evas_object_focus_set(pw->client->frame, 1);
}
if (pw->desk->pager->active_drop_pd)
{