Skip to content

Commit

Permalink
Fixed issue related to 4.5 Digit Resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Niravk1997 committed May 19, 2021
1 parent c6ef868 commit ced4e5c
Show file tree
Hide file tree
Showing 54 changed files with 2 additions and 45,491 deletions.
Binary file modified src/.vs/HP 3478A/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion src/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@
<Label Margin="0,-4,0,1" Content="Total Samples:"/>
<Label x:Name="Samples_Total" Margin="-5,-3,0,1" Content="0"/>
<Rectangle Margin="0,0,0,0" Width="1" Height="23" Fill="Gray"/>
<Label Margin="0,-3,0,1" Content="Invalid: "/>
<Label Margin="0,-3,0,1" Content="Invalid/Timeout: "/>
<Label x:Name="InvalidSamples_Total" Margin="-8,-3,0,1" Content="0"/>
</StackPanel>
</StatusBar>
Expand Down
2 changes: 1 addition & 1 deletion src/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ private void Read_Measurement()
}
else if (NDigit4 == true)
{
data = data.Remove(6, 1);
data = data.Remove(7, 1);
measurements.Add(data);
}
else
Expand Down

This file was deleted.

71 changes: 0 additions & 71 deletions src/obj/Debug/App.g.i.cs

This file was deleted.

Loading

0 comments on commit ced4e5c

Please sign in to comment.