Stored Thumbnail position is not applied to the newly created thumbnail immediately
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user