Skip to content

Commit

Permalink
Fixes not showing properties with pyside6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroCabrera committed Apr 14, 2024
1 parent 4e84969 commit eda427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFlow/App.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def instance(parent=None, software=""):
showToolAction.setIcon(icon)
showToolAction.triggered.connect(
lambda pkgName=packageName, toolName=ToolClass.name(): instance.invokeDockToolByName(
pkgName, toolName
packageName, toolName
)
)

Expand Down

0 comments on commit eda427e

Please sign in to comment.