Fixed GTK+ control bugs in the previous commit. Basic controls work!
This commit is contained in:
parent
ff14f76bad
commit
b134967ab0
|
@ -91,7 +91,7 @@ static int singleVisible(uiControl *c)
|
|||
{
|
||||
singleWidget *s = (singleWidget *) (c->Internal);
|
||||
|
||||
return s->hidden;
|
||||
return !s->hidden;
|
||||
}
|
||||
|
||||
static void singleShow(uiControl *c)
|
||||
|
|
Loading…
Reference in New Issue