┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-06-02 16:08:13 +0200
committerPeter Penz <[email protected]>2012-06-02 16:09:24 +0200
commit931e180400fbb41126c2a0da09e3c30cb9550c48 (patch)
tree6c26381f0b29520c32223939ed6541ed54d9bb00 /src
parent5269938f24cf5244047e39a8bd600187b14b076a (diff)
Always support a moving animation in case of the details view
This fixes the issue that resizing items results in flickering when expandable items are shown.
Diffstat (limited to 'src')
-rw-r--r--src/kitemviews/kitemlistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kitemlistview.cpp b/src/kitemviews/kitemlistview.cpp
index 5f4c54606..64b33f96f 100644
--- a/src/kitemviews/kitemlistview.cpp
+++ b/src/kitemviews/kitemlistview.cpp
@@ -1753,7 +1753,7 @@ bool KItemListView::moveWidget(KItemListWidget* widget,const QPointF& newPos)
if (m_itemSize.isEmpty()) {
// The items are not aligned in a grid but either as columns or rows.
- startMovingAnim = !supportsItemExpanding();
+ startMovingAnim = true;
} else {
// When having a grid the moving-animation should only be started, if it is done within
// one row in the vertical scroll-orientation or one column in the horizontal scroll-orientation.