aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-07 11:22:16 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-07 11:22:16 +0200
commit20df3fce6bf558aa5a1a144ed63f092462fcbdb4 (patch)
treedc002f9621b6618015c71c5667d9adbcd312e752
parenta2448ccf54d19f3501ccbd0ef021d39c99ea64b1 (diff)
Changes todos
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 45aee82..70ba8cc 100644
--- a/TODO.md
+++ b/TODO.md
@@ -18,6 +18,7 @@
- [ ] Debug the Preference window on OS X (GetIcon() must be overridden)
- [x] When MainWindow is resized, the chess move editor scroll get broken if it was in used(It is related to CGEditor, on canvas resize, ScrollX/ScrollY is not updated properly, thus item can become unreachable)
- [ ] When OChess preferences are changed, they are not applied on the openned tabs (only on OS X)
+ - [ ] In CGEditor, when moves are deleted, scroll mus be resets otherwise bugs (sounds like a reset scroll method in the Scrollbar should do the trick)
## Additional Features
- [x] Add a live evaluation bar to the BoardCanvas