mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user