From 9ea35db265a3a9a0ae0d697aa1ef871713151c82 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 11 Apr 2015 14:44:40 -0400 Subject: Implemented show/hide/enable/disable on uiStack and fixed other bugs. It works! --- new/newcontrol_unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'new/newcontrol_unix.c') diff --git a/new/newcontrol_unix.c b/new/newcontrol_unix.c index c3fad42..0f6388b 100644 --- a/new/newcontrol_unix.c +++ b/new/newcontrol_unix.c @@ -78,8 +78,8 @@ static int singleVisible(uiControl *c) singleWidget *s = (singleWidget *) (c->internal); if (s->userHid) - return 1; - return 0; + return 0; + return 1; } static void singleShow(uiControl *c) -- cgit v1.2.3