diff options
author | Benoit Walter <[email protected]> | 2014-09-16 03:17:57 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-09-16 03:41:24 +0200 |
commit | 36ee984c64818f3b8180567d527f7d320606cfb1 (patch) | |
tree | 6b552cab61c9afe2c7dab19535dc921556c8cdf2 /src/widgets | |
parent | 9f882f9de741d76b8f45b0dc23d4fe65d6e09d78 (diff) | |
download | qt3-36ee984c64818f3b8180567d527f7d320606cfb1.tar.gz qt3-36ee984c64818f3b8180567d527f7d320606cfb1.zip |
Remove unnecessary scrollbar in TQIconView
Test case (using konqueror icon view):
- The first icons are being shown (no scrollbar yet)
- When there is no space left, a vertical scrollbar is needed
- The vertical scrollbar may cover the right edge of the icons
(in the last column) => an horizontal scrollbar is needed :-(
Solution:
When using ScrollBarMode::Auto, prevent TQt from drawing icons on the
scrollbar area (before the scrollbar is shown).
Related to KDE bug #69589
Diffstat (limited to 'src/widgets')
0 files changed, 0 insertions, 0 deletions