Closed brendand closed 9 years ago
There's some funky behaviour when dragging a column divider to adjust the column widths. The mouse pointer gets out of sync with the divider position and you end up affecting the width even when your cursor is not directly over the divider line.
Currently this is how the grid control is resizing columns. The columns grow when they shouldn't
A normal NSTableView column resizes like this:
:thumb:
There's some funky behaviour when dragging a column divider to adjust the column widths. The mouse pointer gets out of sync with the divider position and you end up affecting the width even when your cursor is not directly over the divider line.