]> cloud.milkyroute.net Git - dolphin.git/commit
Fix selection in the Details view in the following use case:
authorFrank Reininghaus <frank78ac@googlemail.com>
Tue, 8 Sep 2009 17:52:52 +0000 (17:52 +0000)
committerFrank Reininghaus <frank78ac@googlemail.com>
Tue, 8 Sep 2009 17:52:52 +0000 (17:52 +0000)
commite725c334fb9f3da9e261f1701b21c73585bdb1e9
tree14705ea057957df8ed9efb5a24605532a277f8bd
parentbe9eb65bccf2e207d079ba09500c518ab6c5c586
Fix selection in the Details view in the following use case:

1. Ctrl-click item 1.
2. Enter the first letter of item 2, such that
   it will be selected and the new current item.
3. Shift-click item 3.

With this commit, all items between 2 and 3 will be selected, as
expected, and not all items between 1 and 3.

BUG: 201459

svn path=/trunk/KDE/kdebase/apps/; revision=1021267
src/dolphindetailsview.cpp