diff options
Diffstat (limited to 'Core/Scripts/Interfaces/ART_AnimationUI.py')
| -rw-r--r-- | Core/Scripts/Interfaces/ART_AnimationUI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Scripts/Interfaces/ART_AnimationUI.py b/Core/Scripts/Interfaces/ART_AnimationUI.py index da4184b..fcc8d86 100644 --- a/Core/Scripts/Interfaces/ART_AnimationUI.py +++ b/Core/Scripts/Interfaces/ART_AnimationUI.py @@ -410,7 +410,7 @@ class ART_AnimationUI(QtWidgets.QMainWindow): # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # - def setButtonIcon(self, movie): + def setButtonIcon(self, movie, *args): """ Sets the icon of the matchRangeBtn to the next frame in the passed in movie. Note: This was a test function to see if animated gifs could be used as buttons. |