Compare commits
2 Commits
B2019-140_
...
B2025-064
| Author | SHA1 | Date | |
|---|---|---|---|
| 47cdedefd4 | |||
| 710145a32d |
@@ -1667,7 +1667,7 @@ namespace Volian.Controls.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Clipboard.Clear();
|
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();
|
iData = Clipboard.GetDataObject();
|
||||||
bool noEquationData = true;
|
bool noEquationData = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user