2021-10-27 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'Edit Audio' dialog in rdlibrary(1) that
	would set the initial position of a newly-added marker off-screen
	when the waveform view port was scrolled to the right.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-10-27 17:26:47 -04:00
parent 0ae01975b9
commit ca60833fed
3 changed files with 23 additions and 19 deletions

View File

@@ -171,6 +171,7 @@ class RDMarkerView : public RDWidget
unsigned d_channels;
int d_audio_length;
int d_mouse_pos;
int d_msec_pos;
int d_right_margin;
QStringList d_pointer_fields;
RDWaveFactory *d_wave_factory;