From 2cd1c07cad5945a5286914c05987e21b53cc3c7f Mon Sep 17 00:00:00 2001 From: Méven Car Date: Tue, 17 Nov 2020 21:11:03 +0100 Subject: Places panel: highlight place only when it is displayed BUG: 156678 FIXED-IN: 20.12 --- src/panels/places/placespanel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/panels/places/placespanel.h') diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index fe4f46ba6..67b484c65 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -68,10 +68,10 @@ private: void editEntry(int index); /** - * Selects the item that has the closest URL for the URL set + * Selects the item that matches the URL set * for the panel (see Panel::setUrl()). */ - void selectClosestItem(); + void selectItem(); void triggerItem(int index, Qt::MouseButton button); -- cgit v1.3