brendand / mbtablegrid

An NSControl subclass which provides a spreadsheet-style table grid
9 stars 3 forks source link

Column resize performance #16

Closed interstateone closed 9 years ago

interstateone commented 9 years ago

I wasn't able to reproduce the missing checkbox issue in #4, but I imagine it might be fixed by this PR. I was able to confirm that this will fix the missing border strokes and the resize lag from #7. Let me know if I missed a case. The important commit is bd3e75c, but I threw some other cleanup I did as I went in here.

It took me a while to find where to fix this, but... caching...

2014-11-03 17_41_57

Fixes #4 and #7.

brendand commented 9 years ago

Awesome!