B2017-073: Pasting image into RO image from context menu crashes
This commit is contained in:
parent
8280de55e2
commit
2055fa863e
@ -708,6 +708,11 @@ namespace Volian.Controls.Library
|
|||||||
setdata = true;
|
setdata = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (MyItemInfo.MyContent.ContentRoUsageCount > 0 && img != null)
|
||||||
|
{
|
||||||
|
MessageBox.Show("Cannot replace an existing RO figure/image. Use the Step Properties panel/RO tab.", "Warning, no paste/replace for RO images.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
else if (img != null) // no existing image, be sure there is valid data in clipboard
|
else if (img != null) // no existing image, be sure there is valid data in clipboard
|
||||||
setdata = true;
|
setdata = true;
|
||||||
if (setdata)
|
if (setdata)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user