diff --git a/UI/CaptureView.cs b/UI/CaptureView.cs --- a/UI/CaptureView.cs +++ b/UI/CaptureView.cs @@ -401,6 +401,7 @@ namespace DesertPaintLab // Always update the reacted swatch this.reactionSwatch.Color = reactedColor; + this.reactedColor.Set(reactedColor); if (warning.Length != 0) { isCaptured = true;