[umbrello-devel] [umbrello] [Bug 358272] No color change for communication diagram messages possible
Ralf Habacker via KDE Bugzilla
bugzilla_noreply at kde.org
Wed Jan 20 19:05:31 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=358272
--- Comment #1 from Ralf Habacker <ralf.habacker at 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 the assignee for the bug.
More information about the umbrello-devel
mailing list