Merge pull request #1109 from mettz/master
Fix color issue with Debugger::explain implementation for Renderer
This commit is contained in:
commit
61c747b535
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ fn explain_layout(
|
|||
background: Background::Color(Color::TRANSPARENT),
|
||||
border_radius: 0.0,
|
||||
border_width: 1.0,
|
||||
border_color: [0.6, 0.6, 0.6, 0.5].into(),
|
||||
border_color: color,
|
||||
});
|
||||
|
||||
for child in layout.children() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue