Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 10, 2025
2 parents 540a121 + 42f1bb3 commit dab1242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvistaqt/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def update(self) -> None:
"""Update the internal widget list."""
self.tree_widget.clear()
for idx, renderer in enumerate(self.renderers):
actors = renderer._actors # pylint: disable=protected-access
actors = renderer.actors
widget_idx = self.stacked_widget.addWidget(_get_renderer_widget(renderer))
top_item = QTreeWidgetItem(self.tree_widget, [f"Renderer {idx}"])
top_item.setData(0, Qt.ItemDataRole.UserRole, widget_idx)
Expand Down

0 comments on commit dab1242

Please sign in to comment.