CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
757 stars 116 forks source link

Prefix hex color strings with '#' (#366) #367

Closed lorenzncode closed 2 years ago

lorenzncode commented 2 years ago

Fixes #366.

codecov[bot] commented 2 years ago

Codecov Report

Merging #367 (0640a8d) into master (774c3c6) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #367   +/-   ##
=======================================
  Coverage   88.66%   88.67%           
=======================================
  Files          19       19           
  Lines        1500     1501    +1     
  Branches      205      183   -22     
=======================================
+ Hits         1330     1331    +1     
  Misses        137      137           
  Partials       33       33           
Impacted Files Coverage Δ
cq_editor/widgets/object_tree.py 93.89% <ø> (ø)
cq_editor/widgets/viewer.py 87.79% <ø> (ø)
cq_editor/main_window.py 93.58% <0.00%> (+0.04%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jdegenstein commented 2 years ago

Looks like my PR was a dup of this one, I will close mine: https://github.com/CadQuery/CQ-editor/pull/368

adam-urbanczyk commented 2 years ago

Thanks @lorenzncode , LGTM.