mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
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:
@@ -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 ); }
|
||||
|
||||
Reference in New Issue
Block a user