diff options
Diffstat (limited to 'new/newcontrol_unix.c')
| -rw-r--r-- | new/newcontrol_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
