mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2018-08-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions in rdlibrary(1) and rdlogedit(1) that broke display of the audio playhead cursor.
This commit is contained in:
@@ -152,7 +152,8 @@ class RDEditAudio : public QDialog
|
||||
// RDEditAudio::CuePoints pt,Qt::RasterOp op=Qt::CopyROP);
|
||||
int DrawCursor(int xpos,int ypos,int xsize,int ysize,int chan,
|
||||
int samp,int prev,QColor color,Arrow arrow,int apos,
|
||||
RDEditAudio::CuePoints pt);
|
||||
RDEditAudio::CuePoints pt,
|
||||
QPainter::CompositionMode op=QPainter::CompositionMode_SourceOver);
|
||||
void EraseCursor(int xpos,int ypos,int xsize,int ysize,int chan,
|
||||
int samp,int prev,QColor color,Arrow arrow,int apos);
|
||||
void DrawWave(int xsize,int ysize,int chan,QString label,QPixmap *pix);
|
||||
|
||||
Reference in New Issue
Block a user