CCMAIL: simon@etotheipiplusone.com
svn path=/trunk/KDE/kdebase/apps/; revision=871928
// case QTreeView does no selection at all, which is not the wanted behavior
// in Dolphin -> select all items within the elastic band rectangle
clearSelection();
- setState(DragSelectingState);
const int nameColumnWidth = header()->sectionSize(DolphinModel::Name);
QRect selRect = elasticBandRect();
m_expandingTogglePressed = false;
if (m_showElasticBand) {
- setState(NoState);
updateElasticBand();
m_showElasticBand = false;
}