SVN commit 919421 by mwiesweg: When the item marked with "Go To" actions has been scrolled to once, drop it so that it does not persist. BUG: 180223 M +3 -0 albumiconview.cpp --- trunk/extragear/graphics/digikam/digikam/albumiconview.cpp #919420:919421 @@ -446,6 +446,9 @@ // (the previous ensureItemVisible does not work) setStoredVisibleItem(icon); triggerRearrangement(); + + // use only once (#180223) + d->itemUrlToFind = KUrl(); } }