[Bug 308820] New: Does not respond to style changes immediately

David Edmundson david at davidedmundson.co.uk
Mon Oct 22 18:40:33 BST 2012


https://bugs.kde.org/show_bug.cgi?id=308820

            Bug ID: 308820
          Severity: normal
           Version: unspecified
          Priority: NOR
          Assignee: kde-telepathy-bugs at kde.org
           Summary: Does not respond to style changes immediately
    Classification: Unclassified
                OS: Linux
          Reporter: david at davidedmundson.co.uk
          Hardware: Other
            Status: NEW
         Component: contactlist
           Product: telepathy

Changing the KDE colour scheme does not immediately update the contact list.

This is because we have the following code in AbstractContactDelegate which we
then use
    m_palette = new QPalette(QApplication::palette());
QApplication::palette is a very fast operation, so there's no point keeping it
as a member variable.
This call just needs moving into each of the paintEvents.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list