Skip to content

Commit

Permalink
fix(historytrails): Missing first dot on faded trails
Browse files Browse the repository at this point in the history
fix(historytrails): Missing first dot on faded trails
  • Loading branch information
AndyTWF committed Mar 13, 2022
2 parents 077d834 + fa5d517 commit 87521f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugin/historytrail/HistoryTrailRenderer.cpp
Expand Up @@ -336,6 +336,8 @@ namespace UKControllerPlugin {
// Round number used to govern fade and degrade, reset the colour
roundNumber = 0;
currentColourArgb = *this->startColour;
this->pen->SetColor(currentColourArgb);
this->brush->SetColor(currentColourArgb);

// Reset the dot height and width
dot.Width = this->historyTrailDotSizeFloat;
Expand Down

0 comments on commit 87521f2

Please sign in to comment.