Fast mode audio recording behaves the same way as slow modes

Fixed naming of fast recording files.

Tidied some signal/slot plumbing in the fast plotter.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6806 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2016-06-24 17:01:51 +00:00
parent 529ad6eec9
commit c69bfee149
6 changed files with 28 additions and 63 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ void FPlotter::mousePressEvent(QMouseEvent *event) //mousePressEvent
int x1=x+n*m_pixPerSecond;
if(x0 < 0) x0=0;
if(x1 > 702) x1=702;
Q_EMIT fastPick1(x0,x1,y);
Q_EMIT fastPick (x0,x1,y);
int y0=64;
if(y >= 120) y0+=100;
if(m_x0+m_x1 != 0) {