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

--- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> ---
It turns out that the implementation  sets up the line color of the
AssociationWidget's class member m_nameWidget, which is never used.

void AssociationWidget::slotMenuSelection(QAction* action)
{
....
    // if it's a collaboration message we now just use the code in
floatingtextwidget
    // this means there's some redundant code below but that's better than
duplicated code
    if (isCollaboration() && sel != ListPopupMenu::mt_Delete) {
        m_nameWidget->slotMenuSelection(action);
        return;
    }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to