From e6bf2264fe6fc0eb8103d263f38fd177fc850725 Mon Sep 17 00:00:00 2001 From: Zsolt Kovari Date: Tue, 5 Nov 2024 19:49:12 +0100 Subject: [PATCH] placeholders --- src/main/python/plotlyst/view/widget/scene/structure.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/python/plotlyst/view/widget/scene/structure.py b/src/main/python/plotlyst/view/widget/scene/structure.py index 311f5e8d6..a900d13e5 100644 --- a/src/main/python/plotlyst/view/widget/scene/structure.py +++ b/src/main/python/plotlyst/view/widget/scene/structure.py @@ -30,7 +30,7 @@ from plotlyst.common import PLOTLYST_TERTIARY_COLOR, RELAXED_WHITE_COLOR from plotlyst.core.domain import Novel, Node, GraphicsItemType -from plotlyst.view.common import spawn, shadow, stronger_color, blended_color_with_alpha +from plotlyst.view.common import shadow, stronger_color, blended_color_with_alpha from plotlyst.view.style.theme import BG_MUTED_COLOR from plotlyst.view.widget.graphics import NetworkGraphicsView, NetworkScene from plotlyst.view.widget.graphics.editor import ConnectorToolbar @@ -704,7 +704,6 @@ def _initOutlineItem(self, beat: SceneBeat, placeholder: bool = False): return item -@spawn class SceneStructureView(NetworkGraphicsView): def __init__(self, parent=None): self._novel = Novel('My novel')