Bug 707 - Metadata Editor: Width and height values in .cfg not respected. Steve's patch.

This commit is contained in:
v.audacity 2014-03-22 03:21:28 +00:00
parent e11b393d24
commit 60c47829ed
1 changed files with 2 additions and 1 deletions

View File

@ -715,7 +715,8 @@ TagsEditor::TagsEditor(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
wxScrollBar sb(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxSB_VERTICAL);