mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-03-22 Fred Gleason <fredg@paravelsystems.com>
* Added 'L' and 'R' channel labels when viewing a stereo cut to the waveform display in 'RDMarkerDialog'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
|
||||
#include <rdcut.h>
|
||||
#include <rdwavefactory.h>
|
||||
#include <rdwidget.h>
|
||||
|
||||
class RDMarkerHandle : public QGraphicsPolygonItem
|
||||
{
|
||||
@@ -77,7 +78,7 @@ class RDMarkerHandle : public QGraphicsPolygonItem
|
||||
};
|
||||
|
||||
|
||||
class RDMarkerView : public QWidget
|
||||
class RDMarkerView : public RDWidget
|
||||
{
|
||||
Q_OBJECT;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user