diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-16 13:26:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-16 13:26:57 +0100 |
| commit | 533de5cc51d93a8403816fc0f04ca1d5aa733242 (patch) | |
| tree | 33e7457560650bb4e408165bb93d3a1eda17c47b /src/wx/video_waveform_plot.h | |
| parent | a9228a36ed335dc0a624f0d65b9a2d9e42bec3b0 (diff) | |
Fix bit chopped off right hand side of video waveform.
Diffstat (limited to 'src/wx/video_waveform_plot.h')
| -rw-r--r-- | src/wx/video_waveform_plot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h index c5cc498f6..0f8bd33cd 100644 --- a/src/wx/video_waveform_plot.h +++ b/src/wx/video_waveform_plot.h @@ -54,6 +54,7 @@ private: int _contrast; static int const _vertical_margin; + static int const _x_axis_width; boost::signals2::connection _viewer_connection; }; |
