Removed some debugging stuff. I'm going to need to introduce a uiControlRelayoutParent().
This commit is contained in:
parent
df832fbff8
commit
b9b8ab7552
|
@ -69,9 +69,7 @@ void uiGroupSetMargined(uiGroup *g, int margined)
|
||||||
g->margined = margined;
|
g->margined = margined;
|
||||||
if (g->child != NULL) {
|
if (g->child != NULL) {
|
||||||
childView = (NSView *) uiControlHandle(g->child);
|
childView = (NSView *) uiControlHandle(g->child);
|
||||||
NSLog(@"fitting size before %@", NSStringFromSize([g->box fittingSize]));
|
|
||||||
layoutSingleView(g->box, childView, g->margined);
|
layoutSingleView(g->box, childView, g->margined);
|
||||||
NSLog(@"fitting size after %@", NSStringFromSize([g->box fittingSize]));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue