diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-12 16:00:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-12 16:00:09 -0400 |
| commit | 425ede5288b50d140049f4e9e62d23189cd7d970 (patch) | |
| tree | b62da911f0b6c1db99be5c2c92e242747964d205 /new/container_darwin.m | |
| parent | 142b2db9f59e24440aed4adadf89137cd076dc46 (diff) | |
Fixed Mac OS X tab page clearing. I'm really going to oneed to restructure the whole container system...
Diffstat (limited to 'new/container_darwin.m')
| -rw-r--r-- | new/container_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/container_darwin.m b/new/container_darwin.m index be49659..485298e 100644 --- a/new/container_darwin.m +++ b/new/container_darwin.m @@ -16,7 +16,7 @@ uiLogObjCClassAllocations - (void)viewDidMoveToSuperview { - if ([self superview] == nil) + if ([self superview] == destroyedControlsView) if (self.uiChild != NULL) { uiControlDestroy(self.uiChild); self.uiChild = NULL; |
