Revision 52e96b4...

Go back to digest for 15th September 2013

Bug Fixes in User Interface

Martin Gräßlin committed changes in [plasma-framework] src/declarativeimports/core/windowthumbnail.cpp:

Ensure that the WindowThumbnail is not trying to render a thumbnail of itself

Recursive window thumbnails would look awesome on the screen, but reality
is that X/OpenGL or $DEITY doesn't like it at all and decided to just
freeze the view.

So let's delay all the redirecting till the WindowThumbnail has been
added to its QQuickWindow and if the window id is the one of the own
window we just render the icon instead.

File Changes

Modified 1 files
  • src/declarativeimports/core/windowthumbnail.cpp
1 files changed in total