Revision 510f699...
Go back to digest for 11th November 2012Features in KDE Base
Aaron J. Seigo committed changes in [kde-runtime] /declarativeimports/core:
ensure margins update in all cases
setElementPrefix does not trigger repaintNeeded() from the svg object;
repaintNeeded() is for internal changes. if you change the svg from your
own application code, the app code needs to react to those changes in its
own time and way.
so margins was never seeing that it was getting changed when setElementPrefix
was called -> pixel imperfections in layouts.
File Changes
Modified 2 files
- /declarativeimports/core
- plasma/framesvgitem.cpp
- plasma/framesvgitem.h
2 files changed in total