Skip to content

Commit

Permalink
placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Nov 5, 2024
1 parent 3f42f4d commit e6bf226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/python/plotlyst/view/widget/scene/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit e6bf226

Please sign in to comment.