[Digikam-devel] [Bug 141238] Album tree lacks horizontal scroll bar

Andi Clemens andi.clemens at gmx.net
Mon Nov 2 22:30:58 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=141238





--- Comment #23 from Andi Clemens <andi clemens gmx net>  2009-11-02 23:30:53 ---
SVN commit 1044060 by aclemens:

Fix (hopefully at last) the FolderViews.
Qt3 and Qt4 acts strange here, columns are either resized to the list view
width (this is stupid) or it maximizes the column, but doesn't grow the column
when the view is actually wider than the column.

We now calculate the column width our self, and it seems to finally work fine.
A too small view will show scrollbars, a wider view will switch to
LastColumn-ResizeMode.

To see the old "weird" behavior in Qt4, just fire up Kmail and resize the
folder view, the last column will stay where it is.
But this is necessary to have a scrollbar, because otherwise the column is
always resized.

I think this is a bug, because a normal QScrollArea acts not like that, but a
ListView somehow does.

CCBUG:141238

 M  +0 -1      albumfolderview.cpp  
 M  +29 -1     folderview.cpp  
 M  +0 -1      tagfolderview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1044060

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list