Skip to content

Commit

Permalink
Fix for four-port buses when searching a node from the data model
Browse files Browse the repository at this point in the history
  • Loading branch information
aloytag committed Jul 3, 2024
1 parent e65e451 commit 8ba0590
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "electricalsim"
version = "0.0.8.8.dev1"
version = "0.0.8.8"
author = "Dr. Ing. Ariel S. Loyarte"
authors = [
{ name="Dr. Ing. Ariel S. Loyarte", email="[email protected]" },
Expand Down
Binary file modified src/electricalsim/lib/__pycache__/table_widget.cpython-311.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions src/electricalsim/lib/table_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def show_component(self):
self.graph.fit_to_selection()
node.update_tooltip(self.graph.net)
self.graph.main_window.toolBox.setCurrentIndex(0)
self.graph.update_bus_ports()

def copy(self):
"""
Expand Down

0 comments on commit 8ba0590

Please sign in to comment.