From 56ec133c77b7e68e893444867614388ed2fd7009 Mon Sep 17 00:00:00 2001 From: James Crook Date: Sun, 21 Mar 2021 12:35:23 +0000 Subject: [PATCH] Bug 2696 - Metadata Editor: changed size is not remembered/restored on next use Reverting what looks like an unintended change in TagsEditor introduced in fixing bug 2209. https://github.com/audacity/audacity/commit/428193920f60646a2ad0ff06cfa489cacea1edba --- src/Tags.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tags.cpp b/src/Tags.cpp index 1437f920b..24df24d48 100644 --- a/src/Tags.cpp +++ b/src/Tags.cpp @@ -841,7 +841,7 @@ TagsEditorDialog::TagsEditorDialog(wxWindow * parent, if (IsWindowRectValid(&r)) Move(r.GetPosition()); - //SetSize(r.GetSize()); + SetSize(r.GetSize()); Layout(); // Resize value column width based on width of columns and the vertical scrollbar