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

@@ -354,7 +354,7 @@ namespace EveOPreview.UI
this._isPositionChanged = false;
this._overlay.Size = overlaySize;
this._overlay.Location = overlayLocation;
this._overlay.Invalidate();
this._overlay.Refresh();
}
#region GUI events