mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Remove the restriction on double-clicking while transmitting.
This commit is contained in:
parent
d42fb7db39
commit
682170ae54
@ -4172,10 +4172,10 @@ void MainWindow::doubleClickOnCall2(Qt::KeyboardModifiers modifiers)
|
|||||||
|
|
||||||
void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
||||||
{
|
{
|
||||||
if(!(modifiers & Qt::AltModifier) and m_transmitting) {
|
// if(!(modifiers & Qt::AltModifier) and m_transmitting) {
|
||||||
// qDebug() << "aa" << "Double-click on decode is ignored while transmitting";
|
// qDebug() << "aa" << "Double-click on decode is ignored while transmitting";
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
QTextCursor cursor;
|
QTextCursor cursor;
|
||||||
if(m_mode=="ISCAT") {
|
if(m_mode=="ISCAT") {
|
||||||
MessageBox::information_message (this,
|
MessageBox::information_message (this,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user