Minimizing and then restoring EVE window makes its thumbnail tiny

This commit is contained in:
Anton Kasyanov
2016-06-09 01:34:09 +03:00
parent 21607db5f0
commit 9d08f255f7
4 changed files with 40 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ namespace EveOPreview.UI
void ZoomIn(ViewZoomAnchor anchor, int zoomFactor);
void ZoomOut();
void Refresh();
void Refresh(bool forceRefresh);
Action<IntPtr> ThumbnailResized { get; set; }
Action<IntPtr> ThumbnailMoved { get; set; }