mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-04 06:54:47 -04:00
Remove normal mouse double-click action for decode display windows
The normal action selects the word under the mouse pointer and this disrupts callsign highlighting. Normal single-click selection behaviour is unchanged so text can still be selected using the mouse and copied if desired.
This commit is contained in:
@@ -82,7 +82,6 @@ void DisplayText::setContentFont(QFont const& font)
|
||||
void DisplayText::mouseDoubleClickEvent(QMouseEvent *e)
|
||||
{
|
||||
Q_EMIT selectCallsign(e->modifiers ());
|
||||
QTextEdit::mouseDoubleClickEvent(e);
|
||||
}
|
||||
|
||||
void DisplayText::insertLineSpacer(QString const& line)
|
||||
|
||||
Reference in New Issue
Block a user