Fix project search error incorrectly counting the result line number when searching with the wholeword flag.

A couple of minor fixes.
This commit is contained in:
Martín Lucas Golini
2024-03-13 20:14:41 -03:00
parent b7a754a3c8
commit 6db1e5ec43
3 changed files with 18 additions and 12 deletions

View File

@@ -92,7 +92,8 @@ GitPlugin::~GitPlugin() {
endModelStyler();
getUISceneNode()->removeActionsByTag( GIT_STATUS_UPDATE_TAG );
if ( getUISceneNode() )
getUISceneNode()->removeActionsByTag( GIT_STATUS_UPDATE_TAG );
{ Lock l( mGitBranchMutex ); }
{ Lock l( mGitStatusMutex ); }