Ticket #12221 (closed defect: fixed)
wxGrid scrolling bug with non-standard vert. scroll increment
| Reported by: | mghie | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxGrid | Version: | 2.9-svn |
| Keywords: | grid scroll regression | Cc: | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Tested with current wxWidgets trunk, it is a regression compared to the 2.8 branch where scrolling worked as intended even after changing the vertical scroll increment.
Steps to reproduce:
In the grid sample, add a line like
m_grid->SetScrollLineY(24);
to the BigGridFrame constructor. The grid scrolling increment will be set correctly, but the scrolling code in the generic grid uses a different vertical scroll increment. Pressing Ctrl+End in the grid selects the correct cell, but the client area scrolling is wrong, and the scrollbar reflects this.
Change History
Note: See
TracTickets for help on using
tickets.
