From 7c2051a37a4ade0e3624337149e97c4e8a3de96c Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 28 Jun 2003 17:17:22 +0000 Subject: [PATCH] minor typo in comment --- 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 6080b2b89a..b71b0858dd 100644 --- a/direct/src/gui/DirectScrolledList.py +++ b/direct/src/gui/DirectScrolledList.py @@ -276,7 +276,7 @@ class DirectScrolledList(DirectFrame): def refresh(self): """ Update the list - useful when adding or deleting items - or changing properties that would effect the scrolling + or changing properties that would affect the scrolling """ self.recordMaxHeight() #print "refresh called"