From ff1ada1d5631eca2f43e972e2e6411f7a1bb0b2e Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 2 Apr 2011 23:13:01 -0300 Subject: [PATCH] Add a note about IntEntry in TODO.txt. --- TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.txt b/TODO.txt index 13d685c9b..3b514d596 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,6 +1,7 @@ For next release ---------------- ++ Add IntEntry class in src/gui/ with spin-buttons. + Add feedback to "Shift+S" shortcut to switch "snap to grid". + Fix palette editor to avoid generating a lot of consecutive Undo actions. + Convert jaccel::key_list to std::vector<>