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.

428193920f
This commit is contained in:
James Crook 2021-03-21 12:35:23 +00:00
parent f5a69354e0
commit 56ec133c77
1 changed files with 1 additions and 1 deletions

View File

@ -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