From c8f4ccc712dfde6453ed6494bb83915973cef50b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 11 Jun 2017 12:21:49 -0400 Subject: [PATCH] Did a patch for OS X. Fixing grid is gonna be FUN. --- examples/opentype/main.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/opentype/main.c b/examples/opentype/main.c index 5f8c0f70..0872aaa2 100644 --- a/examples/opentype/main.c +++ b/examples/opentype/main.c @@ -173,6 +173,14 @@ int main(void) // TODO separator (if other stuff isn't a tab) + // TODO needed for this to be testable on os x without rewriting everything again + { + int x; + + for (x = 0; x < 10; x++) + uiBoxAppend(vbox, uiControl(uiNewEntry()), 0); + } + // TODO other stuff area = uiNewArea(&handler);