Stored Thumbnail position is not applied to the newly created thumbnail immediately

This commit is contained in:
Anton Kasyanov
2016-06-05 18:26:49 +03:00
parent 68e1a32009
commit 5b768579ca
2 changed files with 6 additions and 2 deletions

View File

@@ -76,6 +76,10 @@ namespace EveOPreview.UI
public new void Show()
{
this.StartPosition = (this.Location.X > 0) || (this.Location.Y > 0)
? FormStartPosition.Manual
: FormStartPosition.WindowsDefaultLocation;
base.Show();
if (this.IsOverlayEnabled)