Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 25, 2023
1 parent 96c853f commit b679b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/shapes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ namespace Wisteria::GraphItems
ApplyParentColorOpacity(ColorBrewer::GetColor(Color::Sunglow)),
ApplyParentColorOpacity(ColorBrewer::GetColor(Color::SunsetOrange)));
gc->SetBrush(sunBrush);

const wxRect sunRect = wxRect(rect).Deflate(ScaleToScreenAndCanvas(1));
gc->DrawEllipse(sunRect.GetTopLeft().x, sunRect.GetTopLeft().y,
sunRect.GetWidth(), sunRect.GetHeight());
Expand Down

0 comments on commit b679b10

Please sign in to comment.