Summary: | smooth scrolling in hotnewstuff mainmenu | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | christian <ch75> |
Component: | knewstuff | Assignee: | Jeremy Whiting <jpwhiting> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | gladhorn |
Priority: | NOR | ||
Version: | 4.3 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
christian
2010-01-03 21:03:52 UTC
This is indeed a general problem with listviews in qt. It seems that per pixel scrolling is not working with delegates (since it uses the size hint for the view's singleStep property. see also http://qt.gitorious.org/qt/qt/merge_requests/422 There are possible workarounds but they have the potential to break other stuff, so this is best fixed in Qt itself. *** This bug has been marked as a duplicate of bug 188757 *** |