Connect rehighlight tags in editor to index signal on tags change (#1916)

This commit is contained in:
Veronica Berglyd Olsen
2024-06-16 21:13:50 +02:00
parent f548927b74
commit 683e81c57b
3 changed files with 8 additions and 7 deletions
-1
View File
@@ -1597,7 +1597,6 @@ def testGuiEditor_Tags(qtbot, nwGUI, projPath, ipsumText, mockRnd):
docEditor.replaceText(text)
nwGUI.saveDocument()
assert nwGUI.projView.projTree.revealNewTreeItem(cHandle)
docEditor.updateTagHighLighting()
# Follow Tag
# ==========