mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
Update FrmMutationPixelDimming.cs
This commit is contained in:
@@ -452,6 +452,12 @@ namespace UVtools.GUI.Forms
|
||||
return;
|
||||
}
|
||||
|
||||
if (BorderSize == 0 && DimsOnlyBorders)
|
||||
{
|
||||
MessageBox.Show("Border size must be positive in order to use \"Dims only the borders\" function.", Text, MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
var matrixTextbox = new[]
|
||||
{
|
||||
new MatrixTexbox(EvenPattern, tbEvenPattern),
|
||||
|
||||
Reference in New Issue
Block a user