Fix some minor rendering glitches (off by one errors)

This commit is contained in:
baldurk
2018-02-18 21:10:51 +00:00
parent 1792673864
commit 8691972212
2 changed files with 3 additions and 2 deletions
@@ -802,7 +802,6 @@ void RDHeaderView::paintEvent(QPaintEvent *e)
if(hasGroupTitle(i))
{
painter.save();
accumRect.setWidth(accumRect.width() - 1);
if(accumRect.left() < m_pinnedWidth && i >= m_pinnedColumns)
accumRect.setLeft(m_pinnedWidth);