Fixed the build. Hm, I'm probably going to need to watch for tab changes...
This commit is contained in:
parent
dd3754b9c9
commit
bd96368537
|
@ -32,7 +32,7 @@ static void onDestroy(uiGroup *g)
|
||||||
|
|
||||||
static void groupRelayout(uiDarwinControl *c)
|
static void groupRelayout(uiDarwinControl *c)
|
||||||
{
|
{
|
||||||
uiGroup *w = uiGroup(c);
|
uiGroup *g = uiGroup(c);
|
||||||
uiDarwinControl *cc;
|
uiDarwinControl *cc;
|
||||||
NSView *childView;
|
NSView *childView;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue