diff options
| author | Frank Reininghaus <[email protected]> | 2011-08-02 09:24:17 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2011-08-02 09:25:41 +0200 |
| commit | 94f3320444b9243bf52e4578ca9043fa690c5e4c (patch) | |
| tree | c4988c54c2e50e37e02cd43ad82cdde76469e62f /src/kitemviews/kitemlistcontroller.h | |
| parent | 23f189feef7c9556d7fa821e9ef17a3a1723720b (diff) | |
Fix unwanted triggering of items
An item should only be triggered after a mouse release
event if the mouse press has been done at the same position.
Diffstat (limited to 'src/kitemviews/kitemlistcontroller.h')
| -rw-r--r-- | src/kitemviews/kitemlistcontroller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/kitemlistcontroller.h b/src/kitemviews/kitemlistcontroller.h index 4407e3445..86f2b4ea6 100644 --- a/src/kitemviews/kitemlistcontroller.h +++ b/src/kitemviews/kitemlistcontroller.h @@ -111,6 +111,7 @@ private: KItemModelBase* m_model; KItemListView* m_view; KItemListSelectionManager* m_selectionManager; + int m_pressedIndex; }; #endif |
