https://bugs.kde.org/show_bug.cgi?id=406028
--- Comment #10 from Nate Graham <n...@kde.org> --- It's switching the view to show the right-clicked-on item because you're emitting slotItemActivated(), which does that. How about if you emit neither slotItemActivated() nor updateCurrentItem()? If that doesn't work, then you may need to create a new one that's basically like slotItemActivated(), but doesn't activate the item. -- You are receiving this mail because: You are watching all bug changes.