On Friday 16 January 2009, Ivan Čukić wrote: > Question: > > This is the current framesvg.cpp, the beginning of the updateSizes() > > ---------------- > void FrameSvgPrivate::updateSizes() > { > FrameData *frame = frames[prefix]; > Q_ASSERT(frame); > > QSize s = q->size(); > q->resize(); > > frame->cachedBackground = QPixmap(); > frame->cachedMask = QRegion(); > ---------------- > > We first store the size into s, and then do a q->resize(). Why? > > When those two lines switch places, so that s is the newest size, > everything is ok. (I'll keep testing whether it is just accident) to me the problem is still there
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel