Skip to content

Commit

Permalink
mpl2: don't use transparency in macro placement debug
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <[email protected]>
  • Loading branch information
AcKoucher committed Feb 13, 2024
1 parent a211927 commit db31cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpl2/src/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void Graphics::drawObjects(gui::Painter& painter)

painter.setPen(gui::Painter::white, true);
// dark red
painter.setBrush(gui::Painter::Color(0x80, 0x00, 0x00, 150));
painter.setBrush(gui::Painter::Color(0x80, 0x00, 0x00, 255));

i = 0;
for (const auto& macro : hard_macros_) {
Expand Down

0 comments on commit db31cf0

Please sign in to comment.