Do not save positions of thumbnails of the client sitting on the login screen

This commit is contained in:
Anton Kasyanov
2017-06-17 19:45:50 +03:00
parent 12eb5c3d0a
commit 365654d1ea

View File

@@ -403,7 +403,10 @@ namespace EveOPreview.UI
IThumbnailView view = this._thumbnailViews[id];
if (view.Title != ThumbnailManager.DefaultClientTitle)
{
this.ThumbnailPositionChanged?.Invoke(view.Title, this._activeClientTitle, view.ThumbnailLocation);
}
view.Refresh(false);
}