Scrolling/perf improvements to link graph overlays on viewport and smallmap

This commit is contained in:
Jonathan G Rennison
2018-05-26 09:07:37 +01:00
parent fe1e0a9d59
commit 0d0d55f81d
7 changed files with 104 additions and 37 deletions

View File

@@ -156,7 +156,7 @@ bool DoZoomInOutWindow(ZoomStateChange how, Window *w)
/* Update the windows that have zoom-buttons to perhaps disable their buttons */
w->InvalidateData();
if (how != ZOOM_NONE) {
RebuildViewportOverlay(w);
RebuildViewportOverlay(w, false);
}
return true;
}