Closed mindersw closed 10 years ago
I'm unable to reproduce the bug, please send me a copy of your project for testing.
Thanks
There is a bug with some views that have the "Draw Background" option, if you set that to off in your XIB the problem goes away. I will look into that.
NSOutlineView and the other classes it inherit from don't have a drawsBackground method, so NSTableView, etc and subclasses of them will all have the same problem.
Aren't those always inside a NSScrollView? NSScrollView does have drawsBackground...
Yes, but changing the state of the NSScrollView's drawBackground attribute didn't fix the problem.
For now I've rolled back to 6a4694d, which doesn't have this bug.
Using the latest committed version, the footer seems to be missing, causing elements like buttons placed there to "float" over the background: