1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Fix missing frequency ruler on OSX

This commit is contained in:
Leland Lucius 2015-05-19 02:38:12 -05:00
parent 73d9cfc520
commit 97ea29cd8c

View File

@ -445,7 +445,6 @@ void EffectScienFilter::PopulateOrExchange(ShuttleGui & S)
S.Prop(1); S.Prop(1);
S.AddWindow(mfreqRuler, wxEXPAND | wxALIGN_LEFT | wxRIGHT); S.AddWindow(mfreqRuler, wxEXPAND | wxALIGN_LEFT | wxRIGHT);
S.SetSizeHints(-1, -1);
S.AddSpace(1, 1); S.AddSpace(1, 1);