diff options
| author | MobileMachine\jeremy <[email protected]> | 2017-06-09 12:04:06 -0400 |
|---|---|---|
| committer | MobileMachine\jeremy <[email protected]> | 2017-06-09 12:04:06 -0400 |
| commit | 1c2b0e041bb8a55cd1d01d532e4b678242d48929 (patch) | |
| tree | 3c97ba3b4400c8d9df672f0eb14609dea93dd543 /Core/Scripts/Interfaces/ART_AnimationUI.py | |
| parent | Updated with intro videos (diff) | |
| download | artv2-1c2b0e041bb8a55cd1d01d532e4b678242d48929.tar.xz artv2-1c2b0e041bb8a55cd1d01d532e4b678242d48929.zip | |
Quick fix to arm picker
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. |