mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
IdentInterfaceSymbol in NumericTextCtrl; don't persist translated
This commit is contained in:
@@ -48,7 +48,8 @@ class LabelDialog final : public wxDialogWrapper
|
||||
|
||||
ViewInfo &viewinfo,
|
||||
double rate,
|
||||
const wxString & format, const wxString &freqFormat);
|
||||
const NumericFormatId & format,
|
||||
const NumericFormatId &freqFormat);
|
||||
~LabelDialog();
|
||||
|
||||
bool Show(bool show = true) override;
|
||||
@@ -102,8 +103,7 @@ class LabelDialog final : public wxDialogWrapper
|
||||
ViewInfo *mViewInfo;
|
||||
wxArrayString mTrackNames;
|
||||
double mRate;
|
||||
wxString mFormat;
|
||||
wxString mFreqFormat;
|
||||
NumericFormatId mFormat, mFreqFormat;
|
||||
|
||||
int mInitialRow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user