diff options
| author | Peter Penz <[email protected]> | 2011-08-25 15:42:39 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-08-25 15:44:23 +0200 |
| commit | 04dec30c805f506ba0135636a19970bf01c66209 (patch) | |
| tree | 9ff3905e69e871f6f60ce820116d5c1b6806b435 /src/kitemviews/kitemlistcontainer.h | |
| parent | cae90c168ebf8e81f5bb8569f6a4d15156923196 (diff) | |
Fix smooth-scrolling issue
The smooth-scrolling may only get turned off after finishing the
animation, if the scrollbar is not currently modified by the user.
Diffstat (limited to 'src/kitemviews/kitemlistcontainer.h')
| -rw-r--r-- | src/kitemviews/kitemlistcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/kitemlistcontainer.h b/src/kitemviews/kitemlistcontainer.h index 5f846a9bf..333f01de7 100644 --- a/src/kitemviews/kitemlistcontainer.h +++ b/src/kitemviews/kitemlistcontainer.h @@ -71,6 +71,7 @@ private: private: KItemListController* m_controller; + bool m_scrollBarPressed; bool m_smoothScrolling; QPropertyAnimation* m_smoothScrollingAnimation; }; |
