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