Improve the internal Thumbnail management. Immediately refresh the data about active client, better handle thumbnail overlaps on zoom

This commit is contained in:
Anton Kasyanov
2016-08-18 21:07:57 +03:00
parent 2d4a5e0a4b
commit 5012260983
5 changed files with 44 additions and 21 deletions

View File

@@ -147,7 +147,6 @@ namespace EveOPreview.UI
this.View.RefreshZoomSettings();
this._thumbnailManager.SetupThumbnailFrames();
this._thumbnailManager.RefreshThumbnails();
}
private void ThumbnailsAdded(IList<IThumbnailView> thumbnails)