Summary: | Sequence line color does not follow object widget color settings | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.16.2 (KDE Applications 15.04.2) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/umbrello/8ffad46f0aefd9f4d9a6a6c4546f2386e5773dc9 | Version Fixed In: | 2.18.2 (KDE Applications 15.12.2) |
Sentry Crash Report: |
Description
Ralf Habacker
2016-02-03 09:08:36 UTC
Git commit 8ffad46f0aefd9f4d9a6a6c4546f2386e5773dc9 by Ralf Habacker. Committed on 03/02/2016 at 09:33. Pushed by habacker into branch 'Applications/15.12'. Fix 'Sequence line color do not follow object widget color settings'. Because the real apply is done with UMLWidget::setLineColorCmd() called by the undo framework, it is required to make UMLWidget::setLineColorCmd() virtual to be able to apply line color changes to the related widget. FIXED-IN:2.18.2 (KDE Applications 15.12.2) M +14 -0 umbrello/umlwidgets/objectwidget.cpp M +2 -0 umbrello/umlwidgets/objectwidget.h M +1 -1 umbrello/umlwidgets/umlwidget.h http://commits.kde.org/umbrello/8ffad46f0aefd9f4d9a6a6c4546f2386e5773dc9 |