Skip to content
Commit 7b68b769 authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

umbrello/petaltree2uml.cpp various fixes following commit 9bfc122d :

- In function fetchLocation,
  - revert change to argument of location.split();
  - do not adjust returned values by factor Rose2Qt when width or
    height are provided as 0.
- In function fetchDouble,
  - replace argument defaultValue by bool applyRose2Qt defaulting to
    true;
  - add debug statements on cases where 0.0 is returned;
  - adjust returned value by factor Rose2Qt only if applyRose2Qt is
    true.
- In function umbrellify case (dt != Uml::DiagramType::Undefined) for-
  loop, fix bug in handling of line_color and fill_color:
  The hexadecimal number provided to QColor constructor must be 6 hex
  digits wide. If less than 6 digits pad with leading zeros.

CCBUG: 81364
parent 27a2855a
Pipeline #155190 passed with stage
in 32 minutes and 56 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment