[Kde-pim] [PATCH] KNode causing endless repaints
Jakub Stachowski
qbast at go2.pl
Sun Sep 16 16:19:01 BST 2007
Hello,
KNode currently causes endless repaints (result is Xorg+knode eating 100% CPU)
when group name column is too narrow to draw whole name and 'unread' column
is shown. This is because paintCell uses setText to draw squeezed group name
which causes repaint (it did not in qt3). Attached patch simply delegates all
drawing to kfoldertreeitem, where this problem is already fixed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: knoderepaint.patch
Type: text/x-diff
Size: 3347 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20070916/f4a2aa93/attachment.patch>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list