diff --git a/RGBSync+/Brushes/SyncBrush.cs b/RGBSync+/Brushes/SyncBrush.cs index 9f64245..b3d7987 100644 --- a/RGBSync+/Brushes/SyncBrush.cs +++ b/RGBSync+/Brushes/SyncBrush.cs @@ -37,6 +37,9 @@ namespace RGBSyncPlus.Brushes protected override Color GetColorAtPoint(Rectangle rectangle, BrushRenderTarget renderTarget) { + if(_syncLed == null) + _syncLed = _syncGroup.SyncLed?.GetLed(); + if (renderTarget.Led == _syncLed) return Color.Transparent;