|
|
@ -1694,12 +1694,12 @@ void DirectoryMergeWindow::selectItemAndColumn(DirMergeItem* pDMI, int c, bool b
|
|
|
|
m_pSelection3Item = pDMI;
|
|
|
|
m_pSelection3Item = pDMI;
|
|
|
|
m_selection3Column = c;
|
|
|
|
m_selection3Column = c;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (pOld1) tqrepaintItem( pOld1 );
|
|
|
|
if (pOld1) repaintItem( pOld1 );
|
|
|
|
if (pOld2) tqrepaintItem( pOld2 );
|
|
|
|
if (pOld2) repaintItem( pOld2 );
|
|
|
|
if (pOld3) tqrepaintItem( pOld3 );
|
|
|
|
if (pOld3) repaintItem( pOld3 );
|
|
|
|
if (m_pSelection1Item) tqrepaintItem( m_pSelection1Item );
|
|
|
|
if (m_pSelection1Item) repaintItem( m_pSelection1Item );
|
|
|
|
if (m_pSelection2Item) tqrepaintItem( m_pSelection2Item );
|
|
|
|
if (m_pSelection2Item) repaintItem( m_pSelection2Item );
|
|
|
|
if (m_pSelection3Item) tqrepaintItem( m_pSelection3Item );
|
|
|
|
if (m_pSelection3Item) repaintItem( m_pSelection3Item );
|
|
|
|
emit updateAvailabilities();
|
|
|
|
emit updateAvailabilities();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|