Skip to content

Commit

Permalink
Update TDR.py
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
EnPassant123 authored and zarath committed Oct 18, 2024
1 parent f43a869 commit 3614939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NanoVNASaver/Charts/TDR.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def setMaximumY(self):
self.update()

def copy(self):
new_charChart = super().copy()
new_chart: TDRChart = super().copy()
new_chart.tdrWindow = self.tdrWindow
new_chart.minDisplayLength = self.minDisplayLength
new_chart.maxDisplayLength = self.maxDisplayLength
Expand Down

0 comments on commit 3614939

Please sign in to comment.