Search dialog: Global replace does not lock text editors anymore.
[DEVELOPMENT ENVIRONMENT] * BUG: Search dialog: Global replace does not lock text editors anymore.
This commit is contained in:
parent
0e4f68da94
commit
cb36b49ed0
1 changed files with 6 additions and 6 deletions
|
@ -1453,6 +1453,12 @@ Public Sub timFillList_Timer()
|
|||
|
||||
UpdateSearchList
|
||||
|
||||
If bUndo Then
|
||||
$bIgnoreFileChange = True
|
||||
Try hFile.GetEditor().End
|
||||
$bIgnoreFileChange = False
|
||||
Endif
|
||||
|
||||
If $sTaskBuffer Then Return
|
||||
If $hTask Then Return
|
||||
If $iReplaceFrom > 0 Then Return
|
||||
|
@ -1464,12 +1470,6 @@ Public Sub timFillList_Timer()
|
|||
Endif
|
||||
Endif
|
||||
|
||||
If bUndo Then
|
||||
$bIgnoreFileChange = True
|
||||
Try hFile.GetEditor().End
|
||||
$bIgnoreFileChange = False
|
||||
Endif
|
||||
|
||||
gvwFind.Columns[0].Width = -1
|
||||
gvwFind.Columns[1].Width = -1
|
||||
gvwFind.Columns[4].W = -1
|
||||
|
|
Loading…
Reference in a new issue