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:
@@ -87,6 +87,9 @@ class LabelDialog final : public wxDialogWrapper
|
||||
void OnOK(wxCommandEvent &event);
|
||||
void OnCancel(wxCommandEvent &event);
|
||||
|
||||
void ReadSize();
|
||||
void WriteSize();
|
||||
|
||||
private:
|
||||
|
||||
Grid *mGrid;
|
||||
|
||||
Reference in New Issue
Block a user