Skip to content

Commit

Permalink
skip updating marks if not tray instance
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Jul 30, 2024
1 parent 50ffe79 commit 620a102
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ def _update_marks(self, event={}):
def _live_update_extract(self, event={}):
self._update_extract()

@skip_if_not_tray_instance()
def _update_extract(self):
try:
ext, bg_extract = self.extract(return_bg=True, add_data=False)
Expand Down

0 comments on commit 620a102

Please sign in to comment.