Dave Schuyler il y a 21 ans
Parent
commit
1425ae5fa4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      direct/src/gui/DirectScrolledList.py

+ 1 - 1
direct/src/gui/DirectScrolledList.py

@@ -188,7 +188,7 @@ class DirectScrolledList(DirectFrame):
        
        
         if self['command']:
         if self['command']:
             # Pass any extra args to command
             # Pass any extra args to command
-            apply(self['command'], self['extraArgs'])    
+            apply(self['command'], self['extraArgs'])
         return ret
         return ret
 
 
     def makeAllItems(self):
     def makeAllItems(self):