diff options
| author | Rafael Fernández López <[email protected]> | 2007-12-15 16:48:07 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-12-15 16:48:07 +0000 |
| commit | 1e3da1945921f8bb3e40a057044ac45518597066 (patch) | |
| tree | 9c65247df3cbdea59c4de50110485306a1b44c38 /src/kcategorizedview_p.h | |
| parent | ecce6e87f8540aa690a2098d89e22b4ab85e325f (diff) | |
This fixes the selection problem with the mouse _only_ for the categorized view. QListView has a bug that will toggle the last selection done, have to report it to TT.
BUG: 154028
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=748822
Diffstat (limited to 'src/kcategorizedview_p.h')
| -rw-r--r-- | src/kcategorizedview_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcategorizedview_p.h b/src/kcategorizedview_p.h index c420bb6ad..a18854ba3 100644 --- a/src/kcategorizedview_p.h +++ b/src/kcategorizedview_p.h @@ -130,13 +130,13 @@ public: // Behavior data bool mouseButtonPressed; + bool rightMouseButtonPressed; bool isDragging; bool dragLeftViewport; QModelIndex hovered; QString hoveredCategory; QPoint initialPressPosition; QPoint mousePosition; - QModelIndex currentViewIndex; int forcedSelectionPosition; // Cache data |
