Skip to content

Commit

Permalink
Fix title in html diff display.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-carciofini committed May 10, 2024
1 parent 8a6fcdf commit 85e1b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pate_binja/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def __init__(self, instTrees: dict, label: str = None, parent=None):
treeGraphBox.addWidget(patchedBox)
# Text Diff Widget
self.instTreeDiffWidget = InstTreeDiffWidget(self)
self.instTreeDiffWidget.setInstTrees(instTrees, label)
self.instTreeDiffWidget.setInstTrees(instTrees)

# Main Splitter (vertical)
mainSplitter = QSplitter()
Expand Down

0 comments on commit 85e1b43

Please sign in to comment.