Reset softkey window geometry when we close.

SVN revision: 45612
This commit is contained in:
Christopher Michael 2010-01-27 01:53:52 +00:00
parent c45b689eb1
commit 8d44cfa290
2 changed files with 5 additions and 2 deletions

View File

@ -49,6 +49,9 @@ e_modapi_shutdown(E_Module *m)
if (mod_dir) eina_stringshare_del(mod_dir);
mod_dir = NULL;
ecore_x_e_illume_bottom_panel_geometry_set(ecore_x_window_root_first_get(),
0, 0, 0, 0);
return 1;
}

View File

@ -58,8 +58,8 @@ e_mod_softkey_win_new(E_Zone *zone)
zone->w, (32 * e_scale));
e_win_show(swin->win);
e_border_zone_set(swin->win->border, zone);
e_win_placed_set(swin->win, 1);
swin->win->border->lock_user_location = 1;
// e_win_placed_set(swin->win, 1);
// swin->win->border->lock_user_location = 1;
ecore_x_e_illume_bottom_panel_geometry_set(ecore_x_window_root_first_get(),
zone->x, (zone->h - (32 * e_scale)),