Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 8f2ec4e

Browse files
committed
FlowList_FlowView bugfix
1 parent 37c423e commit 8f2ec4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ryvencore_qt/src/widgets/FlowsList_FlowWidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self, flows_list_widget, session_gui, flow):
1414

1515
self.session_gui = session_gui
1616
self.flow = flow
17-
self.flow_view = self.session_gui.core_session.flow_views[flow]
17+
self.flow_view = self.session_gui.flow_views[flow]
1818
self.flows_list_widget = flows_list_widget
1919
self.previous_flow_title = ''
2020
self._thumbnail_source = ''

0 commit comments

Comments
 (0)