1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 00:23:56 +01:00

Bug 1465 - Labels Editor: Does not remember modified size and position after OK

This commit is contained in:
James Crook
2018-04-11 23:11:01 +01:00
parent 47bbedb20e
commit 09063d6b41
2 changed files with 28 additions and 6 deletions

View File

@@ -87,6 +87,9 @@ class LabelDialog final : public wxDialogWrapper
void OnOK(wxCommandEvent &event);
void OnCancel(wxCommandEvent &event);
void ReadSize();
void WriteSize();
private:
Grid *mGrid;