diff options
| author | Peter Penz <[email protected]> | 2012-01-31 21:23:16 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-01-31 21:24:38 +0100 |
| commit | 3872938944b48024f3a109b96f4cafa8f1184e4b (patch) | |
| tree | 7a98ae924a919c951a69cb9e4d8b7afe2006026a /src/kitemviews/kitemlistview.h | |
| parent | 8121bb14b1239f5e086cdda917759e5549d96c17 (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(); |
