aboutsummaryrefslogtreecommitdiff
path: root/Core/Scripts/Interfaces/ART_AnimationUI.py
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Scripts/Interfaces/ART_AnimationUI.py')
-rw-r--r--Core/Scripts/Interfaces/ART_AnimationUI.py2
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.