Menu

#34 Fixed selectable are not rendered

open
nobody
Rendering (18)
5
2007-01-19
2007-01-19
benlei
No

If getFixedSelectableRowCount() returns a value greater than 0, these rows are not rendered. In place of these rows, the content of the window behind is shown and vertical scrolling causes the first none fixed row to flicker. Changing the line 675 in getYforRow from if (row < m_Model.getFixedHeaderRowCount()) { to if (row < m_Model.getFixedHeaderRowCount() + m_Model.getFixedSelectableRowCount()) { should solve this problem.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB