brendand / mbtablegrid

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

Fix frantic column resizing visual anomalies #4

Closed brendand closed 9 years ago

brendand commented 9 years ago

When you resize a column, the view is not updated properly and there are visual glitches.

There should be a column of checkboxes in Column 3, but after resizing the column back and forth a bunch of times, they disappeared. Also extra vertical line to the right of Column 4 encroaching into Column 5 heading. Missing vertical line between Column 3 and Column 4.

screen shot 2014-10-31 at 1 45 32 pm

White area left over and dark line where white area is under Column 3 heading:

screen shot 2014-10-31 at 1 46 20 pm

interstateone commented 9 years ago

Note for self: the missing column border seems strongly related to #7.