[umbrello] [Bug 358272] No color change for communication diagram messages possible

2021-03-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=358272

--- Comment #2 from Justin Zobel  ---
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can
please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to
resolved.

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

[umbrello] [Bug 358272] No color change for communication diagram messages possible

2016-01-20 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358272

--- Comment #1 from Ralf Habacker  ---
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.