Skip to content

Commit

Permalink
fix(ui): fix bug with list widget and add selection
Browse files Browse the repository at this point in the history
  • Loading branch information
azagoruyko committed Aug 26, 2024
1 parent b98eb3f commit 19a58aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def updateUI(nodes):
w.clear()

for n in nodes:
w.addItem(ListBoxItem(n))
self.listWidget.addItem(ListBoxItem(n))

self.resizeWidget()
self.somethingChanged.emit()
Expand Down

0 comments on commit 19a58aa

Please sign in to comment.