WIP: working on new history class

This commit is contained in:
Anton Mukhin
2025-05-30 16:56:38 +03:00
parent 2f86598a2a
commit a05352acf7
4 changed files with 286 additions and 106 deletions

View File

@@ -3,6 +3,7 @@ Application:
V Copy-Paste now uses System clipboard and it is possible to copy-paste from/to different instances of running program
Functionality:
- Rewrite history class so it tracks all changes, not only a canvas changes
Bugs:
- In some cases after switching to a symbol dotPanel mouse move causes "Out of range" exception (history.Pre after width change?)