mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Bug 707 - Metadata Editor: Width and height values in .cfg not respected. Steve's patch.
This commit is contained in:
parent
e11b393d24
commit
60c47829ed
@ -715,7 +715,8 @@ TagsEditor::TagsEditor(wxWindow * parent,
|
|||||||
if (IsWindowRectValid(&r))
|
if (IsWindowRectValid(&r))
|
||||||
Move(r.GetPosition());
|
Move(r.GetPosition());
|
||||||
|
|
||||||
// SetSize(r.GetSize());
|
SetSize(r.GetSize());
|
||||||
|
Layout();
|
||||||
|
|
||||||
// Resize value column width based on width of columns and the vertical scrollbar
|
// Resize value column width based on width of columns and the vertical scrollbar
|
||||||
wxScrollBar sb(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxSB_VERTICAL);
|
wxScrollBar sb(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxSB_VERTICAL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user