Skip to content
Commit 9c85c2ae authored by Dametrious Peyton's avatar Dametrious Peyton Committed by Andreas Cord-Landwehr
Browse files

Search box resetting after 50 lookups

After reaching the maximum history count (about 50 by default), the
combo box would remove the searched item and replace it with the
last entry in the history. The fix is to add the last searched item
to the history, set the item in the combo box, and reset the history to sync.

reset() is required according to the KHistoryComboBox API.

REVIEW: 125981
parent e9ef442d
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