Skip to content

Commit

Permalink
Don't refresh acts twice after adding a plot point, closes #1467
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Oct 22, 2024
1 parent 232b2ba commit 99a0f44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/python/plotlyst/view/widget/structure/outline.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,6 @@ def teardown():
self._insertWidget(beat, wdg, teardownFunction=teardown)
self._recalculatePercentage(wdg)
self._structureTimeline.insertBeat(beat)
if beat.ends_act:
self._structureTimeline.refreshActs()

def _recalculatePercentage(self, wdg: StoryStructureBeatWidget):
beat = wdg.item
Expand Down

0 comments on commit 99a0f44

Please sign in to comment.