Skip to content
Commit 69c06a7a authored by David Faure's avatar David Faure
Browse files

Fix giving focus back to the messagelist from the search lineedit.

Typing a filter and then clicking back into the messagelist (to be able to use
Left/Right or Del shortcuts for instance) only worked when clicking on a
*different* current item (because slotSelectionChanged ends up calling setFocus).
Clicking on the existing current item had no effect.

The simplest fix is to just use ClickFocus as focus policy, but
of course tabbing should work too, so rather StrongFocus, which is
actually the default, so just removing the line is best.

In kdepim4 the default focus policy was used too, c626f4cb added this
NoFocus line by error: it doesn't actually fix the dual-color-issue for
selected messagelist items.
parent 3f9d16c7
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