mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
Fixed led actual-data update
This commit is contained in:
parent
1126408069
commit
1d727e16b0
@ -209,7 +209,7 @@ namespace RGB.NET.Core
|
||||
{
|
||||
if ((e.PropertyName == nameof(IRGBDevice.Location)))
|
||||
UpdateAbsoluteData();
|
||||
else if ((e.PropertyName == nameof(IRGBDevice.Scale)) || (e.PropertyName == nameof(IRGBDevice.Rotation)))
|
||||
else if (e.PropertyName == nameof(IRGBDevice.DeviceRectangle))
|
||||
{
|
||||
UpdateActualData();
|
||||
UpdateAbsoluteData();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user