Question
Illustrator C++-API: Some changes are not taken into the UNDO-Function
I program an C++-plugin which does the following:
- Modify the colors of Elements
- Change the ICC-Profile of the document
- write settings to the XMP of the document
When calling Undo for the is plugin, it changes back the colors, but the Profile and the XMP-changes were not undone.
How to tell Illustrator that all of these steps should be reverted when calling Undo?
