mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 22:57:47 -04:00
Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0
This commit is contained in:
commit
3811c1c0be
@ -608,9 +608,12 @@ void DisplayText::highlight_callsign (QString const& callsign, QColor const& bg,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (pos != highlighted_calls_.end ())
|
else
|
||||||
{
|
{
|
||||||
highlighted_calls_.erase (pos);
|
if (pos != highlighted_calls_.end ())
|
||||||
|
{
|
||||||
|
highlighted_calls_.erase (pos);
|
||||||
|
}
|
||||||
QTextCursor cursor {document ()};
|
QTextCursor cursor {document ()};
|
||||||
while (!cursor.isNull ())
|
while (!cursor.isNull ())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user