fix crash on exiting map with minimap creator open

This commit is contained in:
Skarn
2020-11-03 20:13:43 +03:00
parent 9057a72f8c
commit 5dc8123270

View File

@@ -1300,6 +1300,7 @@ void MapView::on_exit_prompt()
{
// hide all popups
_keybindings->hide();
_minimap_tool_dock->hide();
_minimap_dock->hide();
_texture_palette_small->hide();
objectEditor->helper_models_widget->hide();