1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-09 14:43:57 +01:00

Improved text for passband and stopband attenuations.

Improved (?) display of controls for different filter types.
The various variables that have 'ripple' in their names really need changing too.
This commit is contained in:
martynshaw99
2014-01-03 00:58:30 +00:00
parent f4dbcb3188
commit 287fc58951
2 changed files with 31 additions and 17 deletions

View File

@@ -247,6 +247,10 @@ private:
wxTextCtrl* mStopbandRippleCtl;
wxTextCtrl* mCutoffCtl;
// sizers for pass and stop-band attenuations
wxBoxSizer *szrPass;
wxBoxSizer *szrStop;
private:
DECLARE_EVENT_TABLE()