mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user