2022-11-09 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'Edit Audio' dialog in rdlibrary(1) that could
	cause the right end of the audio waveform to be truncated when
	viewing long cuts.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-11-09 16:41:37 -05:00
parent 7066ebf61c
commit b5e05a0563
3 changed files with 19 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ class RDMarkerView : public RDWidget
int d_height;
int d_shrink_factor;
int d_max_shrink_factor;
int d_min_shrink_factor;
int d_pad_size;
int d_audio_gain;
unsigned d_sample_rate;