pager: raise selected desktop before sending signal.

raises selected desktop before sending it the "e,state,selected"
signal so that animation won't be hidden by adjacent desktops.

Patch by Chidambar 'ilLogict' Zinnoury.


SVN revision: 36444
This commit is contained in:
Gustavo Sverzut Barbieri 2008-10-05 13:50:35 +00:00
parent fd8c985674
commit e051adccc7
1 changed files with 1 additions and 0 deletions

View File

@ -442,6 +442,7 @@ _pager_desk_select(Pager_Desk *pd)
if (pd == pd2)
{
pd2->current = 1;
evas_object_raise(pd2->o_desk);
edje_object_signal_emit(pd2->o_desk, "e,state,selected", "e");
}
else