unset cur_mouse_action upon deleting client menu

fix T4522
This commit is contained in:
Mike Blumenkrantz 2016-11-10 11:14:36 -05:00
parent bc5023326e
commit d0419e937c
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ e_int_client_menu_del(E_Client *ec)
if (!ec->border_menu) return;
e_menu_post_deactivate_callback_set(ec->border_menu, NULL, NULL);
E_FREE_FUNC(ec->border_menu, e_object_del);
ec->cur_mouse_action = NULL;
}
static void