diff options
| author | Peter Penz <[email protected]> | 2012-01-31 21:23:16 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-01-31 21:24:02 +0100 |
| commit | d80e9db9fb801bb5230c5b80190e5630bd738823 (patch) | |
| tree | ecaf7755a52647a18a72f5fa015e26913bca4785 /src/kitemviews/kitemlistview.h | |
| parent | 0222d552811efb7049de2d024247b0b8eaeffe2b (diff) | |
Animation optimizations
Prevent that the moving-animation crosses other items when zooming or
changing the window size.
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
| -rw-r--r-- | src/kitemviews/kitemlistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h index e44669936..4455166dd 100644 --- a/src/kitemviews/kitemlistview.h +++ b/src/kitemviews/kitemlistview.h @@ -358,7 +358,7 @@ private: * the same row or column, otherwise the create-animation is used instead. * @return True if the moving-animation has been applied. */ - bool moveWidget(KItemListWidget* widget, const QPointF& newPos); + bool moveWidget(KItemListWidget* widget, const QRectF& itemBounds); void emitOffsetChanges(); |
