1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-17 22:21:17 +01:00

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

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);