Skip to content
Commit 3b5d1fcb authored by Eike Hein's avatar Eike Hein
Browse files

Clip by bounding delegate size instead of Item.clip.

Summary:
* "Never enable clipping on a delegate."
  (http://doc.qt.io/qt-5/qtquick-performance.html)
  It mucks with the scene graph's ability to optimize draw order.

* Also means window rects don't get cut off, their frames are
  nicely bounded. Technically this is a small information loss -
  you can't tell from the pager anymore when a window is going
  out of screen bounds - but it's visually rather pleasing.

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D4302
parent 2f59ea04
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment