Skip to content

Commit

Permalink
Fix bug that causes last commit to crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-carciofini committed Feb 16, 2024
1 parent b61e600 commit da50b68
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 @@ -29,7 +29,7 @@ def __init__(self, parent: QWidget):
global instance_id
super().__init__(parent)

self.flow_graph_widget = MyFlowGraphWidget(self, None, graph=g)
self.flow_graph_widget = MyFlowGraphWidget(self)
self.flow_graph_widget.setWindowTitle('FNORT BLORT')

self.output_field = QPlainTextEdit()
Expand Down

0 comments on commit da50b68

Please sign in to comment.