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:
Fred Gleason
2018-08-09 11:19:52 -04:00
parent 3e37fbefac
commit 523c93c461
5 changed files with 102 additions and 92 deletions

View File

@@ -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);