The source project of this merge request has been removed.
Fix crash on closing a task which has a currently open menu and input focus
If a task has a menu open and displayed with a submenu/dialogue that contains the input focus and is closed down its windows are not correctly deleted on closedown. Fix: Preserve R7 in int_set_caret so that task handle isn't corrupted.