Skip to content

Commit 87d23f5

Browse files
committed
fix params in DotSvgGenerator after "Geps 039"
we need uistate, but don't send it (get it from view)
1 parent eab8021 commit 87d23f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphView/graphview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ def __init__(self, dbstate, view):
21622162
Initialise the DotSvgGenerator class.
21632163
"""
21642164
self.dbstate = dbstate
2165-
self.uistate = uistate
2165+
self.uistate = view.uistate
21662166
self.database = dbstate.db
21672167
self.view = view
21682168

0 commit comments

Comments
 (0)