2022-12-01 Fred Gleason <fredg@paravelsystems.com>

* Modifed the 'Edit Audio' dialog in rdlibrary(1) so the waveform
	display is initially fully scrolled to the left.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-12-01 14:34:40 -05:00
parent f0b000b6a4
commit 90987c3374
3 changed files with 14 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
#include <QList>
#include <QMenu>
#include <QPolygonF>
#include <QTimer>
#include <rdcut.h>
#include <rdwavefactory.h>
@@ -195,6 +196,7 @@ class RDMarkerView : public RDWidget
RDMarkerHandle::PointerRole d_selected_markers[2];
int d_wheel_angle;
QGraphicsLineItem *d_reference_line_items[2][2];
QTimer *d_home_timer;
};