Keep highlighted token highlighted
This commit is contained in:
parent
f35e24fe9f
commit
1b53fcd618
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue