From 0ede964a3dfa181351cb70eeac757ce7f8294288 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 16 May 2016 09:58:16 -0400 Subject: [PATCH] TODO updates. --- unix/stddialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/stddialogs.c b/unix/stddialogs.c index 626508de..e4653442 100644 --- a/unix/stddialogs.c +++ b/unix/stddialogs.c @@ -2,7 +2,7 @@ #include "uipriv_unix.h" // TODO figure out why, and describe, that this is the desired behavior -// TODO also make font and color buttons modal +// TODO also point out that font and color buttons also work like this #define windowWindow(w) (GTK_WINDOW(uiControlHandle(uiControl(w))))