KFadeWidgetEffect (again)
Rafael Fernández López
ereslibre at kde.org
Mon Feb 18 16:41:51 GMT 2008
Hi,
When getting into systemsettings, I also get the flickering, because the parentWi
dget() exists. The attached patch fixes the problem, I really didn't understand w
hy we wanted to set the parent as the parent's passed widget on the constructor.
Please, note that I have lots of changes on kdelibs because of the animations th
ing, and the important bit on the patch is:
- : QWidget(destWidget && destWidget->parentWidget() ? destWidget->parentWidg
et() : destWidget)
+ : QWidget(destWidget)
Can this be committed ?
Bye,
Rafael Fernández López.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kfadewidgeteffect.diff
Type: text/x-patch
Size: 1238 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080218/ab03866f/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080218/ab03866f/attachment.sig>
More information about the kde-core-devel
mailing list