This commit is contained in:
SDraw 2022-11-21 17:41:43 +03:00
parent ab7f66b730
commit ecc1347181
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
2 changed files with 11 additions and 4 deletions

View file

@ -169,7 +169,8 @@ namespace ml_lme
{
ms_trackElbows = bool.Parse(p_value);
TrackElbowsChange?.Invoke(ms_trackElbows);
} break;
}
break;
}
ms_entries[(int)l_setting].BoxedValue = bool.Parse(p_value);