stop move/resize on winlits show

Fixes bug #220

SVN revision: 54276
This commit is contained in:
Sebastian Dransfeld 2010-11-07 12:34:50 +00:00
parent f0afd63652
commit ed139972cc
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ e_winlist_show(E_Zone *zone, Eina_Bool same_class)
_input_window = 0;
return 0;
}
e_border_move_cancel();
e_border_resize_cancel();
e_border_focus_track_freeze();
evas_event_feed_mouse_in(_winlist->evas, ecore_x_current_time_get(), NULL);