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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user