Sfoglia il codice sorgente

*** empty log message ***

Joe Shochet 23 anni fa
parent
commit
dff478fdc9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
         """