Different policy for scrolling to reveal tree item for different ways of opening a document
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ class GuiDocMerge(QDialog):
|
||||
self.theParent.treeView.revealTreeItem(nHandle)
|
||||
theDoc.openDocument(nHandle, False)
|
||||
theDoc.saveDocument(theText)
|
||||
self.theParent.openDocument(nHandle)
|
||||
self.theParent.openDocument(nHandle, doScroll=True)
|
||||
|
||||
self.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user