From bf6357ef86d63969e66ae99a53ba35adf52c1ae4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 18 May 2015 09:49:14 -0400 Subject: [PATCH] "Fixed" the buttons not showing up properly. --- redo/box.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redo/box.c b/redo/box.c index 2ffa6d6e..bbb7ad50 100644 --- a/redo/box.c +++ b/redo/box.c @@ -131,6 +131,9 @@ static void boxResize(uiControl *c, intmax_t x, intmax_t y, intmax_t width, intm intmax_t preferredWidth, preferredHeight; (*(b->baseResize))(uiControl(b), x, y, width, height, d); + // TODO + x = 0; + y = 0; if (b->controls->len == 0) return;