From 3a6ed60ea027f7ab740fc7e4bd7cf8c00b721b83 Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Mon, 29 Sep 2025 17:37:34 +0300 Subject: [PATCH] fix dataset explorer view --- Azaion.Common/Controls/NumericUpDown.xaml | 3 +- Azaion.Common/Controls/NumericUpDown.xaml.cs | 38 ++++++++++---------- Azaion.Dataset/DatasetExplorer.xaml.cs | 5 +-- 3 files changed, 24 insertions(+), 22 deletions(-) diff --git a/Azaion.Common/Controls/NumericUpDown.xaml b/Azaion.Common/Controls/NumericUpDown.xaml index 62bd90a..57fa233 100644 --- a/Azaion.Common/Controls/NumericUpDown.xaml +++ b/Azaion.Common/Controls/NumericUpDown.xaml @@ -24,7 +24,8 @@ VerticalAlignment="Center" VerticalContentAlignment="Center" Text="{Binding Value, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, RelativeSource={RelativeSource AncestorType={x:Type local:NumericUpDown}}}" - TextChanged="NUDTextBox_OnTextChanged"/> + LostFocus="NudTextBox_OnLostFocus" + />