Revision 25f208e...

Go back to digest for 28th July 2013

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps/KDE/4.11] dolphin/src/kitemviews/private/kitemlistheaderwidget.cpp:

Fix "truncated header" in Details View with non-Oxygen styles

The code for painting the "empty header" was inconsistent with the
headers of the other columns, which is probably the reason why the other
styles got confused

a) No QStyleOptionHeader is used
b) Even if an empty header must be drawn, the last column is drawn with
the option QStyleOptionHeader::End.

According to Christoph, it still doesn't work with the Skulpture style,
but it seems that the patch does at least not make things worse.


FIXED-IN: 4.11.0
REVIEW: 111608

File Changes

Modified 1 files
  • dolphin/src/kitemviews/private/kitemlistheaderwidget.cpp
1 files changed in total