181: [Bug] Negative thumbnail coordinates are not allowed
This commit is contained in:
@@ -91,10 +91,7 @@ namespace EveOPreview.View
|
||||
get => this.Location;
|
||||
set
|
||||
{
|
||||
if ((value.X > 0) || (value.Y > 0))
|
||||
{
|
||||
this.StartPosition = FormStartPosition.Manual;
|
||||
}
|
||||
this.StartPosition = FormStartPosition.Manual;
|
||||
this.Location = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user