[Digikam-devel] [Bug 240048] Open images with double instead of single click

Marcel Wiesweg marcel.wiesweg at gmx.de
Fri Jun 4 20:55:45 BST 2010


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


Marcel Wiesweg <marcel.wiesweg at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |UPSTREAM




--- Comment #3 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-06-04 21:55:25 ---
Just tested, works fine for me, cannot reproduce.


Note:
1) You need to restart digikam for the changed setting to take effect in the
icon view, at least with standard KDE style.
2) It is code in Qt's qabstractitemview.cpp that handles single/double click
settings for us in the icon view:        
1783:
if (style()->styleHint(QStyle::SH_ItemView_ActivateItemOnSingleClick, 0, this))
            emit activated(index);
That means your style is responsible to propagate this setting.
I dont know which component failing for you. Can be an upstream or downstream
problem. In any case, there is not a single line of code in digikam for this.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list