Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: "the delegate <WAYSourceListWindow: 0x100505030> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state" #4

Open
jeff-h opened this issue Jun 26, 2015 · 0 comments

Comments

@jeff-h
Copy link

jeff-h commented Jun 26, 2015

Thanks for your work on this!

I have your test app working beautifully. I've put together a small Swift test app and although everything appears to be working nicely, I'm getting the following error. I'm really hoping it's something small I've overlooked in IB.

2015-06-26 21:43:38.677 Testapp[41953:2757214] <WAYSourceListSplitView: 0x608000141600>: the delegate <WAYSourceListWindow: 0x100505030> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:
2015-06-26 21:43:38.677 Testapp[41953:2757214] Split view bounds: {{0, 0}, {480, 270}}
2015-06-26 21:43:38.677 Testapp[41953:2757214]     Subview frame: {{0, 0}, {200, 270}}
2015-06-26 21:43:38.678 Testapp[41953:2757214]     Subview frame: {{201, 0}, {281, 270}}
2015-06-26 21:43:38.678 Testapp[41953:2757214] The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant