1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-06 11:42:17 +01:00
lllucius
2013-10-11 20:01:41 +00:00
parent 401ca077e2
commit 8a260f33d0
2 changed files with 10 additions and 0 deletions

View File

@@ -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);