From 1425ae5fa4efaf9483f6c2a820db383923f39246 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Wed, 19 May 2004 03:47:28 +0000 Subject: [PATCH] formatting --- direct/src/gui/DirectScrolledList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/gui/DirectScrolledList.py b/direct/src/gui/DirectScrolledList.py index 4420fed9cc..b5948a4618 100644 --- a/direct/src/gui/DirectScrolledList.py +++ b/direct/src/gui/DirectScrolledList.py @@ -188,7 +188,7 @@ class DirectScrolledList(DirectFrame): if self['command']: # Pass any extra args to command - apply(self['command'], self['extraArgs']) + apply(self['command'], self['extraArgs']) return ret def makeAllItems(self):