Skip to content
Commit 68ce395a authored by Frank Reininghaus's avatar Frank Reininghaus
Browse files

When the current item is removed, make -1 the current index temporarily

This fixes two problems:
1. KItemListKeyboardSearchManger can cancel the current search when a
   new folder is opened (note that this action removes the current item
   from the view).
2. The view can underline the new current item (which is the item that
   used to be below the removed item). Note that this did not work
   before because the view did not receive a currentChanged() signal in
   this case and therefore did not update the "current item" status of
   the new current item.

BUG: 297488
BUG: 298782
FIXED-IN: 4.8.3
REVIEW: 104709
parent d3b1312d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment