221 + // have the "extra" row from the addition, so we need to hide it Can you enhance this comment a bit - how is "hiding" actually achieved here?
230 + m_count += m_changesetRowEnd - m_changesetRowStart + 1; 241 + m_count -= m_changesetRowEnd - m_changesetRowStart + 1;
Why "+1"
« Back to merge proposal
221 + // have the "extra" row from the addition, so we need to hide it
Can you enhance this comment a bit - how is "hiding" actually achieved here?
230 + m_count += m_changesetRowEnd - m_changesetRowStart + 1;
241 + m_count -= m_changesetRowEnd - m_changesetRowStart + 1;
Why "+1"