Bug 372103

Summary: Line color dialog cancel button makes line black
Product: [Applications] umbrello Reporter: Yan <yanp.bugz>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED WORKSFORME    
Severity: normal CC: ralf.habacker
Priority: NOR    
Version: 2.18.3 (KDE Applications 15.12.3)   
Target Milestone: ---   
Platform: Mint (Ubuntu based)   
OS: Linux   
Latest Commit: Version Fixed In: 2.21.1 (KDE Applications 16.12.1)

Description Yan 2016-11-05 12:52:17 UTC
STR:
1 add line (by default it is red
2 right click "Line color..."
3 Press Cancel - the line is black
Comment 1 Ralf Habacker 2016-11-07 07:33:56 UTC
I could not reproduce this issue with: 

1. add two classes
2. Add a dependency between both classes
3. select dependency
4. right click on 'line color'
5. Press cancel 
-> the line color is not changed. 

Did you something else ?
Comment 2 Yan 2016-11-08 15:06:31 UTC
No, I didn't.
unfortunately I'm not able to build latest umbrello. It requires some qt4 packages, despite it is qt5 :\ Are these instructions relevant? https://umbrello.kde.org/installation.php
Comment 3 Ralf Habacker 2016-11-08 15:10:57 UTC
You can build umbrello from master branch for Qt5 with cmake -DBUILD_KF5=1 <source dir>