Version changed to 2.4; TODO features:

Application:
- Copy-Paste now uses System clipboard and it is possible to copy-paste from/to different instances of running program

Bugs fixed:
- Switching between symbols while select tool is active and small area selected trows an error
- Full frame Copy in Clipboard does not respect selection on Paste operation
This commit is contained in:
Anton Mukhin
2025-05-29 19:44:33 +03:00
parent eda7af8f67
commit 679b4fc61d
4 changed files with 67 additions and 64 deletions

View File

@@ -1,5 +1,6 @@
Application:
- Consider migrating to WPF in order to make DPI aware UI
V Copy-Paste now uses System clipboard and it is possible to copy-paste from/to different instances of running program
Functionality:
V Allow to add frames to Single-frame "fonts"
@@ -8,3 +9,5 @@ V Export image with All characers table
Bugs:
- 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