insidegui / GRProKit

Open-source ProKit clone
BSD 2-Clause "Simplified" License
172 stars 18 forks source link

Window missing footer #13

Closed mindersw closed 10 years ago

mindersw commented 10 years ago

Using the latest committed version, the footer seems to be missing, causing elements like buttons placed there to "float" over the background:

screen shot 2014-01-06 at 4 26 48 pm

insidegui commented 10 years ago

I'm unable to reproduce the bug, please send me a copy of your project for testing.

Thanks

insidegui commented 10 years ago

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.

mindersw commented 10 years ago

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.

insidegui commented 10 years ago

Aren't those always inside a NSScrollView? NSScrollView does have drawsBackground...

mindersw commented 10 years ago

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.