diff options
| author | Méven Car <[email protected]> | 2020-11-17 21:11:03 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-11-23 00:02:59 +0000 |
| commit | 2cd1c07cad5945a5286914c05987e21b53cc3c7f (patch) | |
| tree | 85b9f955d29db9693d2d9cb927c71bfe5d923449 /src/panels/places/placespanel.h | |
| parent | d5a4835f01a7a269dc94f170860dddbd512bee6a (diff) | |
Places panel: highlight place only when it is displayed
BUG: 156678
FIXED-IN: 20.12
Diffstat (limited to 'src/panels/places/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
