mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 11:13:16 +01:00
Fix missing vertical ruler
This commit is contained in:
@@ -284,7 +284,7 @@ FreqWindow::FreqWindow(wxWindow * parent, wxWindowID id,
|
||||
vRuler->ruler.SetLabelEdges(true);
|
||||
int w;
|
||||
vRuler->ruler.GetMaxSize(&w, NULL);
|
||||
vRuler->SetSize(wxSize(w, 150)); // height needed for wxGTK
|
||||
vRuler->SetMinSize(wxSize(w, 150)); // height needed for wxGTK
|
||||
|
||||
S.AddSpace(wxDefaultCoord, 1);
|
||||
S.Prop(1);
|
||||
|
||||
Reference in New Issue
Block a user