]> cloud.milkyroute.net Git - dolphin.git/commit
Move the call "setUniformRowHeights(true)" from DolphinDetailsView's
authorFrank Reininghaus <frank78ac@googlemail.com>
Sat, 15 Jan 2011 23:08:23 +0000 (23:08 +0000)
committerFrank Reininghaus <frank78ac@googlemail.com>
Sat, 15 Jan 2011 23:08:23 +0000 (23:08 +0000)
commit732b46e39ace58b3f429307a4b2af707a96faef5
treec96f22955c60b87c307cf5c2eb83d7edf6ba638e
parentaefa8ce888ffe9f8699319314672a6bc42f8d95f
Move the call "setUniformRowHeights(true)" from DolphinDetailsView's
constructor to the one of its base class DolphinTreeView. The reason
is that DolphinTreeView::updateElasticBandSelection() contains
"Q_ASSERT(uniformRowHeights())", so it makes sense to ensure that
every DolphinTreeView has uniform row heights. This might be important
for unit tests which use DolphinTreeView directly.

svn path=/trunk/KDE/kdebase/apps/; revision=1214695
src/views/dolphindetailsview.cpp
src/views/dolphintreeview.cpp