Skip to content

Commit

Permalink
Fixing movie-to-image animationbar problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Aug 15, 2024
1 parent e35a7a3 commit 94878a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hydrus/client/gui/canvas/ClientGUICanvasMedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,11 @@ def __init__( self, parent ):

def _DoAnimationStatusUpdate( self ):

if self._CurrentMediaWindowIsBad():

return


# we must never call this method in the paintEvent
current_animation_bar_status = self._media_window.GetAnimationBarStatus()

Expand Down

0 comments on commit 94878a6

Please sign in to comment.