From f9c9728887961885e1f8ff1e9132477ff7dcd591 Mon Sep 17 00:00:00 2001 From: sam edelsten <samedelsten1@gmail.com> Date: Thu, 10 Aug 2023 16:10:33 +0100 Subject: [PATCH] remove local TODO --- TODO | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 795e37b..0000000 --- a/TODO +++ /dev/null @@ -1,23 +0,0 @@ - -[x] Friendly get/set text fns on CosmicEditor impl - -BUGS INTRODUCED: - - -BUGS SQUASHED: - -[x] Font size has been changed somehow - -[x] Cursor on readonly - -[x] MultiStyle text is fully dead. Idk what I did to it :( - -[x] Cannot select text on Ui bundles sized by percentage - -[x] Window resizing broken - Used to redraw on click, now redraws on scroll or drag? - Now drag doesn't work either (tested on readonly, might be that) - fixed by percentage-select fix - -[x] Not all text boxes want to be click-selectable - Make utils.rs in examples; move click functions there. -- GitLab