Skip to content

Commit 65cf668

Browse files
committed
dpl: debug paint occupied pixels in orange instead of white
Signed-off-by: Augusto Berndt <augusto.berndt@precisioninno.com>
1 parent 7304ba7 commit 65cf668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dpl/src/graphics/Graphics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ void Graphics::drawObjects(gui::Painter& painter)
185185
const odb::Rect core = grid->getCore();
186186
const DbuX site_width = grid->getSiteWidth();
187187

188-
auto color = gui::Painter::kWhite;
188+
auto color = gui::Painter::kOrange;
189189
color.a = 100;
190190
painter.setPen(color);
191191
painter.setBrush(color);

0 commit comments

Comments
 (0)