[Digikam-devel] [digikam] [Bug 364065] image editor doesn't open at double click
via KDE Bugzilla
bugzilla_noreply at kde.org
Wed Jun 8 07:07:59 BST 2016
https://bugs.kde.org/show_bug.cgi?id=364065
caulier.gilles at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |caulier.gilles at gmail.com
Version Fixed In| |5.0.0
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from caulier.gilles at 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 the assignee for the bug.
More information about the Digikam-devel
mailing list