mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
code cleaning
This commit is contained in:
parent
7da4a917ba
commit
b9012e291b
1 changed files with 1 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ namespace Ryujinx.Ava.UI.Views.Input
|
|||
|
||||
private float _changeSlider = -1.0f;
|
||||
|
||||
private void Slider_IsCheckedChanged(object? sender, AvaloniaPropertyChangedEventArgs e)
|
||||
private void Slider_IsCheckedChanged(object sender, AvaloniaPropertyChangedEventArgs e)
|
||||
{
|
||||
if (sender is Slider check)
|
||||
{
|
||||
|
|
@ -74,7 +74,6 @@ namespace Ryujinx.Ava.UI.Views.Input
|
|||
|
||||
var viewModel = (DataContext as ControllerInputViewModel);
|
||||
viewModel.ParentModel.IsModified = true;
|
||||
//Logger.Notice.Print(LogClass.Application, $"IsEnabled: {temp}\" \"{check.Value} {check.IsPointerOver}");
|
||||
_changeSlider = (float)check.Value;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue