Who said there aren't coding races ? haha. Fix the keyboard navigation

in the special case of moving left to the previous column and going 
upwards or downwards.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=762760
This commit is contained in:
Rafael Fernández López 2008-01-17 20:23:47 +00:00
parent e89b4021ad
commit 50928d72e7

View file

@ -400,7 +400,9 @@ void DolphinColumnWidget::deactivate()
this, SLOT(triggerItem(const QModelIndex&)));
}
const QModelIndex current = selectionModel()->currentIndex();
selectionModel()->clear();
selectionModel()->setCurrentIndex(current, QItemSelectionModel::NoUpdate);
updateBackground();
}