https://bugs.kde.org/show_bug.cgi?id=358358
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/umbr | |ello/c14b580a5f42358d9dfbd9 | |16b3afc315e12ffd51 Status|UNCONFIRMED |RESOLVED Version Fixed In| |2.18.2 (KDE Applications | |15.12.2) Resolution|--- |FIXED --- Comment #2 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit c14b580a5f42358d9dfbd916b3afc315e12ffd51 by Ralf Habacker. Committed on 22/01/2016 at 10:32. Pushed by habacker into branch 'Applications/15.12'. Fix 'No change of association symbol line colour and width possible'. The bug is caused by two issues: 1. line color changes are not routed through the virtual method setLineColor() 2. class AssociationLine did not propagate line color changes to the related symbols. This patch includes a minor refactoring in class AssociationLine to provide the standard pen based api, which is required to set symbol pen. Related: bug 358365 FIXED-IN:2.18.2 (KDE Applications 15.12.2) M +23 -8 umbrello/umlwidgets/associationline.cpp M +2 -0 umbrello/umlwidgets/associationline.h M +16 -0 umbrello/umlwidgets/associationwidget.cpp M +2 -0 umbrello/umlwidgets/associationwidget.h M +1 -1 umbrello/umlwidgets/boxwidget.cpp M +8 -8 umbrello/umlwidgets/widgetbase.cpp http://commits.kde.org/umbrello/c14b580a5f42358d9dfbd916b3afc315e12ffd51 -- You are receiving this mail because: You are watching all bug changes.