Cut out tool should be only visible in image editor

This commit is contained in:
Jaex 2022-08-18 16:55:34 +03:00
parent 5ece804ace
commit 0e6194ce83

View file

@ -221,7 +221,7 @@ internal void CreateToolbar()
{
tsMain.Items.Add(new ToolStripSeparator());
}
else if (shapeType == ShapeType.ToolCrop)
else if (shapeType == ShapeType.ToolCrop || shapeType == ShapeType.ToolCutOut)
{
continue;
}