diff --git a/darwin/stddialogs.m b/darwin/stddialogs.m index eed19ad5..40f108c8 100644 --- a/darwin/stddialogs.m +++ b/darwin/stddialogs.m @@ -3,6 +3,7 @@ // TODO restructure this whole file // TODO explicitly document this works as we want +// TODO explicitly disable font and color dialogs this way #define windowWindow(w) ((NSWindow *) uiControlHandle(uiControl(w))) diff --git a/unix/stddialogs.c b/unix/stddialogs.c index 3e23b920..626508de 100644 --- a/unix/stddialogs.c +++ b/unix/stddialogs.c @@ -2,6 +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 #define windowWindow(w) (GTK_WINDOW(uiControlHandle(uiControl(w))))