This commit is contained in:
Paddy Xu
2017-06-19 20:13:43 +03:00
parent 35596ea641
commit b7c0e0d4f0

View File

@@ -85,7 +85,7 @@ namespace QuickLook
Width = size.Width;
Height = size.Height;
WindowStartupLocation = WindowStartupLocation.CenterScreen;
this.BringToFront();
Dispatcher.BeginInvoke(new Action(this.BringToFront), DispatcherPriority.Render);
return;
}