From 29bd7c869c2a574db610c9e14df978235555ed60 Mon Sep 17 00:00:00 2001 From: mika-n Date: Sat, 4 Jan 2020 22:36:19 +0200 Subject: [PATCH] Macro recorder screen has now separate CLEAR steps button and by default RECORD btn appends new steps instead of inserting new steps in front (before) of the first item. It is more logical to have separate CLEAR btn to avoid accidentally loosing the whole macro sequence. --- DS4Windows/DS4Forms/RecordBox.xaml | 4 ++++ DS4Windows/DS4Forms/RecordBox.xaml.cs | 13 ++++++++++++- .../DS4Forms/ViewModels/RecordBoxViewModel.cs | 3 +++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/DS4Windows/DS4Forms/RecordBox.xaml b/DS4Windows/DS4Forms/RecordBox.xaml index 6fcc38e..055473a 100644 --- a/DS4Windows/DS4Forms/RecordBox.xaml +++ b/DS4Windows/DS4Forms/RecordBox.xaml @@ -39,6 +39,10 @@