From 4fa3d9bc499fad58f4be471c9e6935549cfb2c0e Mon Sep 17 00:00:00 2001 From: Anton Mukhin Date: Mon, 2 Jun 2025 17:12:26 +0300 Subject: [PATCH] Update TODO --- TODO.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/TODO.txt b/TODO.txt index 239e159..f48ad22 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,11 +1,10 @@ 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 Rewrite history class so it tracks all changes, not only a canvas changes +- Middle mouse - drag the canvas +- Straight line painting Bugs: -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 \ No newline at end of file +- Nothing selected after removing a symbol. Potential error throw on "Apply" \ No newline at end of file