From d5c0a60505fd5f20a4069d8fe3bcf4ae0b0b3594 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 23 Nov 2008 11:54:24 +0000 Subject: Fixes MS Windows related issue that when opening a context menu above an item, that the item itself gets triggered too when the single click is used. BUG: 168940 svn path=/trunk/KDE/kdebase/apps/; revision=887975 --- src/dolphincontroller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphincontroller.h') diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h index fd1b04ffc..13a840a38 100644 --- a/src/dolphincontroller.h +++ b/src/dolphincontroller.h @@ -345,11 +345,11 @@ signals: void hideToolTip(); private slots: - void updateOpenTabState(); + void updateMouseButtonState(); private: int m_zoomLevel; - bool m_openTab; // TODO: this is a workaround until Qt-issue 176832 has been fixed + Qt::MouseButtons m_mouseButtons; // TODO: this is a workaround until Qt-issue 176832 has been fixed KUrl m_url; DolphinView* m_dolphinView; QAbstractItemView* m_itemView; -- cgit v1.3