Sidebar no longer leaves garbage behind when scrolling.

This commit is contained in:
Justin Marshall
2020-06-05 16:00:17 -07:00
parent 82def41529
commit d223adebd7
+4
View File
@@ -1274,6 +1274,10 @@ bool DisplayClass::Scroll_Map(DirType facing, int & distance, bool really)
}
// jmarshall - force update the map when we scroll, this fixes the sidebar.
Map.Redraw_Tab();
Map.Flag_To_Redraw(true);
// jmarshall end
return(true);
}