Skip to content

Commit

Permalink
fix #5132 Error when trying to change fonts in Typography Viewer (In …
Browse files Browse the repository at this point in the history
…additional panel operator)
  • Loading branch information
satabol committed Jul 13, 2024
1 parent 7c894bb commit 8dc39ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/viz/viewer_typography.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def execute(self, context):
return {'FINISHED'}

def invoke(self, context, event):
self.node = context.node
self.node = context.active_node
wm = context.window_manager
wm.fileselect_add(self)
return {'RUNNING_MODAL'}
Expand Down

0 comments on commit 8dc39ba

Please sign in to comment.