From d31b4eab538d28efa361b2b1e62cff068e63d002 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Thu, 19 Dec 2024 15:27:14 +0100 Subject: [PATCH] update todo --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 757c3af..dea5c55 100644 --- a/TODO +++ b/TODO @@ -9,7 +9,7 @@ [ ] Do not redraw if there was no update (no layout and no draw) [ ] Better handling of the active and focused widgets, try to maintain focus until mouse release (fix scroll bars) -[ ] Clip element bounds to parent div, specifically text +[x] Clip element bounds to parent div, specifically text ## Commands @@ -35,5 +35,5 @@ _ border radius ## Widgets -[ ] Dynamic text box to implement an fps counter +[x] Dynamic text box to implement an fps counter [ ] Button with label