diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:58 +0100 |
| commit | 98ff4e6e7789d7a5226eacb5bc16dbaa073510ad (patch) | |
| tree | 0ab6585a545cb220249d75744660dd08c36af57c /src/wx/audio_plot.cc | |
| parent | 77fd65d0dd95506b5b51802ab58b6bd5eae60dc7 (diff) | |
tabs -> spaces.
Diffstat (limited to 'src/wx/audio_plot.cc')
| -rw-r--r-- | src/wx/audio_plot.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc index b8b9ead25..b2be40036 100644 --- a/src/wx/audio_plot.cc +++ b/src/wx/audio_plot.cc @@ -53,11 +53,11 @@ AudioPlot::AudioPlot (wxWindow* parent) _type_visible[i] = false; } - _colours.push_back (wxColour ( 0, 0, 0)); - _colours.push_back (wxColour (255, 0, 0)); - _colours.push_back (wxColour ( 0, 255, 0)); + _colours.push_back (wxColour ( 0, 0, 0)); + _colours.push_back (wxColour (255, 0, 0)); + _colours.push_back (wxColour ( 0, 255, 0)); _colours.push_back (wxColour (139, 0, 204)); - _colours.push_back (wxColour ( 0, 0, 255)); + _colours.push_back (wxColour ( 0, 0, 255)); _colours.push_back (wxColour (100, 100, 100)); Connect (wxID_ANY, wxEVT_PAINT, wxPaintEventHandler (AudioPlot::paint), 0, this); |
