TODO features:

Functionality:
- Rewrite history class so it tracks all changes, not only a canvas changes

Bugs fixed:
- In some cases after switching to a symbol dotPanel mouse move causes "Out of range" exception (history.Pre after width change?)
This commit is contained in:
Anton Mukhin
2025-06-02 13:37:35 +03:00
parent 1c034fded1
commit d1d653bc34
3 changed files with 93 additions and 90 deletions

View File

@@ -3,9 +3,9 @@ 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
V 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?)
V In some cases after switching to a symbol dotPanel mouse move causes "Out of range" exception (history.Pre after width change?)
V Switching between symbols while select tool is active and small area selected trows an error
V Full frame Copy in Clipboard does not respect selection on Paste operation