Fixed issue with following tag link when doc viewer is closed.

This commit is contained in:
Veronica K. B. Olsen
2020-06-11 18:02:23 +02:00
parent 9671db0b42
commit 20ff46b8d2
2 changed files with 4 additions and 2 deletions
-1
View File
@@ -277,7 +277,6 @@ class GuiOutlineDetails(QScrollArea):
theBits = theLink.split("=")
if len(theBits) == 2:
self.theParent.docViewer.loadFromTag(theBits[1])
self.theParent.tabWidget.setCurrentWidget(self.theParent.splitView)
return
##