diff options
author | Sami Merila <sami.merila@nokia.com> | 2011-03-14 10:06:04 (GMT) |
---|---|---|
committer | Sami Merila <sami.merila@nokia.com> | 2011-03-14 10:06:04 (GMT) |
commit | 8b7c98123eadf9263c6bde4b1263bd64fc388c8d (patch) | |
tree | 3d0d76ec09c195df92748aea376838be7c19d952 /examples | |
parent | 3c3176f43f049e0c26e56f04881bd8047e731915 (diff) | |
download | Qt-8b7c98123eadf9263c6bde4b1263bd64fc388c8d.zip Qt-8b7c98123eadf9263c6bde4b1263bd64fc388c8d.tar.gz Qt-8b7c98123eadf9263c6bde4b1263bd64fc388c8d.tar.bz2 |
QS60Style: QTreeView::indexRowSizeHint returns incorrect value
Fix for http://bugreports.qt.nokia.com/browse/QTBUG-17786.
QS60Style tries to work around the hardcoded margin that the
QCommonStyle adds to menu items (line 4782 in my QCommonStyle.cpp).
Unfortunately regular itemview items are handled in the same code
branch in QS60Style, so the class incorrectly reduces the itemview
height 8 pixels. The reduction should only happen with menu items.
Task-number: QTBUG-17786
Reviewed-by: Laszlo Agocs
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions