mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 11:42:17 +01:00
@@ -237,7 +237,12 @@ FreqWindow::FreqWindow(wxWindow * parent, wxWindowID id,
|
||||
|
||||
mGridOnOff = new wxCheckBox(this, GridOnOffID, _("Grids"),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
#if defined(__WXGTK__)
|
||||
// Fixes bug #662
|
||||
wxALIGN_LEFT);
|
||||
#else
|
||||
wxALIGN_RIGHT);
|
||||
#endif
|
||||
mGridOnOff->SetName(_("Grids"));
|
||||
mGridOnOff->SetValue(mDrawGrid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user