Browse Source

*** empty log message ***

Joe Shochet 23 years ago
parent
commit
dff478fdc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/DirectScrolledList.py

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

@@ -175,7 +175,7 @@ class DirectScrolledList(DirectFrame):
             self.refresh()
         
 
-    def removeItem(self, item):
+    def removeItem(self, item, refresh=1):
         """
         Remove this item from the panel
         """