1
0
Fork 0

Keep highlighted token highlighted

This commit is contained in:
torusrxxx 2020-06-04 18:05:04 +08:00 committed by Duncan Ogilvie
parent f35e24fe9f
commit 1b53fcd618
1 changed files with 0 additions and 4 deletions

View File

@ -746,10 +746,6 @@ void TraceBrowser::mousePressEvent(QMouseEvent* event)
mHighlightToken = ZydisTokenizer::SingleToken();
}
}
else if(!mPermanentHighlightingMode)
{
mHighlightToken = ZydisTokenizer::SingleToken();
}
if(mHighlightingMode) //disable highlighting mode after clicked
{
mHighlightingMode = false;