mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 07:23:43 +00:00
- Bandpass marker -init editor with "dB"
This commit is contained in:
parent
c5440210b4
commit
6fc7e79e16
2 changed files with 3 additions and 3 deletions
|
|
@ -759,6 +759,7 @@ SIUnitEdit *TraceMarker::getSettingsEditor()
|
|||
case Type::Lowpass:
|
||||
case Type::Highpass:
|
||||
case Type::PeakTable:
|
||||
case Type::Bandpass: // initialize with "dB"
|
||||
return new SIUnitEdit("db", " ", 3);
|
||||
case Type::TOI:
|
||||
return nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue