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. BUG:358358 CCBUG:358365 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
Showing
- umbrello/umlwidgets/associationline.cpp 23 additions, 8 deletionsumbrello/umlwidgets/associationline.cpp
- umbrello/umlwidgets/associationline.h 2 additions, 0 deletionsumbrello/umlwidgets/associationline.h
- umbrello/umlwidgets/associationwidget.cpp 16 additions, 0 deletionsumbrello/umlwidgets/associationwidget.cpp
- umbrello/umlwidgets/associationwidget.h 2 additions, 0 deletionsumbrello/umlwidgets/associationwidget.h
- umbrello/umlwidgets/boxwidget.cpp 1 addition, 1 deletionumbrello/umlwidgets/boxwidget.cpp
- umbrello/umlwidgets/widgetbase.cpp 8 additions, 8 deletionsumbrello/umlwidgets/widgetbase.cpp
Loading
Please register or sign in to comment