https://bugs.kde.org/show_bug.cgi?id=451240

--- Comment #4 from Aleix Pol <aleix...@kde.org> ---
So I've investigated this and found out the issue. The problem is that we are
using onClicked because onToggled isn't available. As we can see on
AbstractListItem.qml:

//NOTE: This must stay at 2.0 until KF6 due to retrocompatibility of the "icon"
property
import QtQuick.Templates 2.0 as T2

And with onClicked we have less control over how to react to double clicks
which means we just do it poorly. I will try and see what would be a good
compromise for the moment.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to