Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when removing tilemap in level editor (#3182)
As pop_menu() in MenuManager frees the ObjectMenu which actually invoked the pop_men(), m_object and all other members are not valid anymore. Therefore, pop_menu() needs to be the last thing to call in the menu_action. Fixes #3117
- Loading branch information