From 1c2b0e041bb8a55cd1d01d532e4b678242d48929 Mon Sep 17 00:00:00 2001 From: "MobileMachine\\jeremy" Date: Fri, 9 Jun 2017 12:04:06 -0400 Subject: Quick fix to arm picker --- Core/Scripts/Interfaces/ART_AnimationUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Core/Scripts/Interfaces/ART_AnimationUI.py') 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. -- cgit v1.2.3