Sfoglia il codice sorgente

correct the bug number

Redmond Urbino 19 anni fa
parent
commit
4494188e36
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      direct/src/gui/DirectScrolledList.py

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

@@ -189,8 +189,8 @@ class DirectScrolledList(DirectFrame):
         try:
             self["numItemsVisible"]
         except:
-            # RAU hack to kill 27637
-            self.notify.info('crash 27637 fixed!')
+            # RAU hack to kill 27633
+            self.notify.info('crash 27633 fixed!')
             return
 
         numItemsVisible=self["numItemsVisible"]