diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-13 23:39:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-10-13 23:39:16 +0100 |
| commit | 0c54ae8d45449b20afda7a3bc006a90ed0c6952a (patch) | |
| tree | 8dda7d1df3bfde7ef8824170e645a094363d47b1 /src/wx/audio_plot.h | |
| parent | a615ba5e8616b054ab65a0762e09588ae44ff0e6 (diff) | |
Colour axis labels in the audio plot (#835).
Diffstat (limited to 'src/wx/audio_plot.h')
| -rw-r--r-- | src/wx/audio_plot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h index 580bc2d5a..2f4b224e8 100644 --- a/src/wx/audio_plot.h +++ b/src/wx/audio_plot.h @@ -38,6 +38,8 @@ public: void set_message (wxString); void set_gain_correction (double gain); + wxColour colour (int n) const; + static const int max_smoothing; private: |
