Improve BoardCanvas

This commit is contained in:
Loic Guegan 2023-01-08 12:26:38 +01:00
parent 749455cf19
commit 7fe3e6dee0
3 changed files with 18 additions and 26 deletions

View file

@ -1,7 +1,7 @@
# TODO
## Before releasing v0.1.0
- [ ] In BoardCanvas search for a workaround of the dynamic allocation of adata.buffer (on canvas resize)
- [x] In BoardCanvas search for a workaround of the dynamic allocation of adata.buffer (on canvas resize)
- [ ] Bind the chess game editor settings to EditorPrefs.hpp
- [ ] Ask before closing MainWindow/Tabs if anything is not saved
- [ ] Disable the save button in GameTab after saving (and re-enable it on new changes)