'Active Client Highlight' frame is displayed with noticeable delay

This commit is contained in:
Anton Kasyanov
2018-04-04 01:05:54 +03:00
parent c9121873b5
commit 9b9a006dcb
2 changed files with 13 additions and 5 deletions

View File

@@ -116,8 +116,7 @@ namespace EveOPreview.View
this._isSizeChanged = true;
this._isOverlayVisible = false;
// Thumbnail will be properly registered during the Manager's Refresh cycle
this.Refresh();
this.Refresh(true);
this.IsActive = true;
}