Skip to content
Snippets Groups Projects
Commit 370a3368 authored by est31's avatar est31
Browse files

Defer minimap update when shape changed

parent 842579eb
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,7 @@ void Mapper::toggleMinimapShape()
{
data->minimap_shape_round = !data->minimap_shape_round;
g_settings->setBool(("minimap_shape_round"), data->minimap_shape_round);
m_minimap_update_thread->deferUpdate();
}
void Mapper::setMinimapMode(MinimapMode mode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment