mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Merge branch 'develop' into feat-dropped-frames
This commit is contained in:
commit
632e2c2ae9
@ -4639,9 +4639,9 @@ void MainWindow::doubleClickOnCall2(Qt::KeyboardModifiers modifiers)
|
|||||||
void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
||||||
{
|
{
|
||||||
QTextCursor cursor;
|
QTextCursor cursor;
|
||||||
if(m_mode=="ISCAT") {
|
if(m_mode=="ISCAT" or m_mode=="FST4W") {
|
||||||
MessageBox::information_message (this,
|
MessageBox::information_message (this,
|
||||||
"Double-click not available for ISCAT mode");
|
"Double-click not available for ISCAT or FST4W mode");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(m_decodedText2) {
|
if(m_decodedText2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user