mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Disable double-clicking on an FST4W decode. It serves no useful purpose.
This commit is contained in:
parent
94d66bc848
commit
dad9199f24
@ -4624,9 +4624,9 @@ void MainWindow::doubleClickOnCall2(Qt::KeyboardModifiers modifiers)
|
||||
void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
||||
{
|
||||
QTextCursor cursor;
|
||||
if(m_mode=="ISCAT") {
|
||||
if(m_mode=="ISCAT" or m_mode=="FST4W") {
|
||||
MessageBox::information_message (this,
|
||||
"Double-click not available for ISCAT mode");
|
||||
"Double-click not available for ISCAT or FST4W mode");
|
||||
return;
|
||||
}
|
||||
if(m_decodedText2) {
|
||||
|
Loading…
Reference in New Issue
Block a user