mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-27 09:01:48 +01:00
Only recalculate associated special action info in certain situations
Removes some work added in previous commit
This commit is contained in:
parent
e42bfe670d
commit
1935143017
@ -596,7 +596,7 @@ namespace DS4WinWPF.DS4Forms
|
|||||||
window.ShowDialog();
|
window.ShowDialog();
|
||||||
mpControl.UpdateMappingName();
|
mpControl.UpdateMappingName();
|
||||||
UpdateHighlightLabel(mpControl);
|
UpdateHighlightLabel(mpControl);
|
||||||
Global.CacheExtraProfileInfo(profileSettingsVM.Device);
|
Global.cacheProfileCustomsFlags(profileSettingsVM.Device);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void InputControlHighlight(Button control)
|
private void InputControlHighlight(Button control)
|
||||||
@ -1241,7 +1241,7 @@ namespace DS4WinWPF.DS4Forms
|
|||||||
window.ShowDialog();
|
window.ShowDialog();
|
||||||
mpControl.UpdateMappingName();
|
mpControl.UpdateMappingName();
|
||||||
UpdateHighlightLabel(mpControl);
|
UpdateHighlightLabel(mpControl);
|
||||||
Global.CacheExtraProfileInfo(profileSettingsVM.Device);
|
Global.cacheProfileCustomsFlags(profileSettingsVM.Device);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void MappingListBox_MouseDoubleClick(object sender, MouseButtonEventArgs e)
|
private void MappingListBox_MouseDoubleClick(object sender, MouseButtonEventArgs e)
|
||||||
@ -1276,7 +1276,7 @@ namespace DS4WinWPF.DS4Forms
|
|||||||
window.ShowDialog();
|
window.ShowDialog();
|
||||||
mpControl.UpdateMappingName();
|
mpControl.UpdateMappingName();
|
||||||
UpdateHighlightLabel(mpControl);
|
UpdateHighlightLabel(mpControl);
|
||||||
Global.CacheExtraProfileInfo(profileSettingsVM.Device);
|
Global.cacheProfileCustomsFlags(profileSettingsVM.Device);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SwipeControlsButton_Click(object sender, RoutedEventArgs e)
|
private void SwipeControlsButton_Click(object sender, RoutedEventArgs e)
|
||||||
@ -1289,7 +1289,7 @@ namespace DS4WinWPF.DS4Forms
|
|||||||
window.ShowDialog();
|
window.ShowDialog();
|
||||||
mpControl.UpdateMappingName();
|
mpControl.UpdateMappingName();
|
||||||
UpdateHighlightLabel(mpControl);
|
UpdateHighlightLabel(mpControl);
|
||||||
Global.CacheExtraProfileInfo(profileSettingsVM.Device);
|
Global.cacheProfileCustomsFlags(profileSettingsVM.Device);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ConBtn_MouseRightButtonUp(object sender, MouseButtonEventArgs e)
|
private void ConBtn_MouseRightButtonUp(object sender, MouseButtonEventArgs e)
|
||||||
@ -1319,7 +1319,7 @@ namespace DS4WinWPF.DS4Forms
|
|||||||
mpControl.UpdateMappingName();
|
mpControl.UpdateMappingName();
|
||||||
}
|
}
|
||||||
|
|
||||||
Global.CacheExtraProfileInfo(profileSettingsVM.Device);
|
Global.cacheProfileCustomsFlags(profileSettingsVM.Device);
|
||||||
highlightControlDisplayLb.Content = "";
|
highlightControlDisplayLb.Content = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user