From 7abf662076aa4ebdaac1f3dec73d8e31fd9d0936 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 2 Sep 2015 18:29:14 -0400 Subject: [PATCH] More TODOs. --- windows/radiobuttons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/radiobuttons.c b/windows/radiobuttons.c index 41b7eb44..af9df4e3 100644 --- a/windows/radiobuttons.c +++ b/windows/radiobuttons.c @@ -6,7 +6,7 @@ // - arrow keys navigate between radio buttons // - arrow keys do not leave the radio buttons (this is done in control.c) // - arrow keys wrap around bare groups (if the previous control has WS_GROUP but the first radio button doesn't, then it doesn't; since our radio buttons are all in their own child window we can't do that) -// - clicking on a radio button draws a focus rect +// - clicking on a radio button draws a focus rect (TODO) struct uiRadioButtons { uiWindowsControl c;