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

caulier.gil...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |caulier.gil...@gmail.com
   Version Fixed In|                            |5.0.0
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from caulier.gil...@gmail.com ---
Fixed in 5.0.0.

Before, we use only the KDE desktop settings to know if single or double mouse
click was used to open item in editor :

KGlobalSettings::singleClick()

Now with Qt5, we use generic API to know this settings from all desktop which
are supported by Qt :

qApp->style()->styleHint(QStyle::SH_ItemView_ActivateItemOnSingleClick)

The single or double click behavior is now taken from the application style
applied be the desktop running the application.

Gilles Caulier

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

Reply via email to