B2016-260: fix check that determines if step’s content is an equation (including paste buffer)
This commit is contained in:
@@ -1241,7 +1241,7 @@ namespace Volian.Controls.Library
|
||||
try
|
||||
{
|
||||
richTextBox1.Paste(frm);
|
||||
if (richTextBox1.Rtf.ToUpper().Contains("EQUAT")) noEquationData = false;
|
||||
if (richTextBox1.Rtf.ToUpper().Contains("OBJCLASS EQUATION")) noEquationData = false;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user