Development #669

Merged
djankowski merged 35 commits from Development into master 2025-12-05 11:50:16 -05:00
Showing only changes of commit aab7cdcf77 - Show all commits

View File

@@ -1667,7 +1667,7 @@ namespace Volian.Controls.Library
}
}
Clipboard.Clear();
Clipboard.SetDataObject(myDO); // this saves the cleaned up information to the Windows clipboard
Clipboard.SetDataObject(myDO, true); // this saves the cleaned up information to the Windows clipboard
}
iData = Clipboard.GetDataObject();
bool noEquationData = true;