View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000022 | OpenMPT | User Interface | public | 2010-11-06 12:20 | 2024-06-28 23:14 |
Reporter | Saga Musix | Assigned To | Saga Musix | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | OpenMPT 1.31.09.00 / libopenmpt 0.7.9 (upgrade first) | Fixed in Version | OpenMPT 1.31.09.00 / libopenmpt 0.7.9 (upgrade first) | ||
Summary | 0000022: "Always center active row" vs. "Show prev/next pattern" | ||||
Description | If "Always center active row" is disabled, the "show prev/next pattern" option is ignored. | ||||
Additional Information | In theory, this could be fixed in CViewPattern::UpdateScrollSize, however "always center" doesn't work anymore if if (CMainFrame::m_dwPatternSetup & PATTERN_CENTERROW) m_nMidRow = (rect.Height() - m_szHeader.cy) / (m_szCell.cy << 1); is changed to if (CMainFrame::m_dwPatternSetup & (PATTERN_CENTERROW | PATTERN_SHOWPREVIOUS)) m_nMidRow = (rect.Height() - m_szHeader.cy) / (m_szCell.cy << 1); | ||||
Tags | No tags attached. | ||||
Has the bug occurred in previous versions? | Yes, all of them. | ||||
Tested code revision (in case you know it) | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-11-06 12:20 | Saga Musix | New Issue | |
2010-11-06 12:21 | Saga Musix | Status | new => confirmed |
2010-11-06 12:21 | Saga Musix | Additional Information Updated | |
2024-06-28 23:14 | Saga Musix | Assigned To | => Saga Musix |
2024-06-28 23:14 | Saga Musix | Status | confirmed => assigned |
2024-06-28 23:14 | Saga Musix | Note Added: 0005986 | |
2024-06-28 23:14 | Saga Musix | Status | assigned => resolved |
2024-06-28 23:14 | Saga Musix | Resolution | open => fixed |
2024-06-28 23:14 | Saga Musix | Fixed in Version | => OpenMPT 1.31.09.00 / libopenmpt 0.7.9 (upgrade first) |
2024-06-28 23:14 | Saga Musix | Target Version | OpenMPT 1.18.03.00 (upgrade first) => OpenMPT 1.31.09.00 / libopenmpt 0.7.9 (upgrade first) |