Skip to content

Commit

Permalink
Made the moon overlay 2 pixels width
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanruys committed Feb 3, 2024
1 parent b672947 commit 6cc7055
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/formimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,8 @@ void FormImage::OverlayGeostationaryH9(QPainter *paint, SegmentListGeostationary
moonCalc obj;
float scale = 313.873;

paint->setPen(Qt::yellow);
QPen pen(Qt::yellow, 3);
paint->setPen(pen);
if(overlaymoon)
{
for(int i = 0; i < 144; i++)
Expand Down

0 comments on commit 6cc7055

Please sign in to comment.