]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/colourdb.py
Reworked how stock objects are initialized. They now have an
[wxWidgets.git] / wxPython / wx / lib / colourdb.py
index 8f14df111bb208c5b162b3ea9280f9d4fe9be108..677d60c71217ff371801ac058161db50e3f7d59b 100644 (file)
@@ -664,7 +664,9 @@ def updateColourDB():
         import wx
         assert wx.GetApp() is not None, "You must have a wx.App object before you can use the colour database."
         cl = getColourInfoList()
         import wx
         assert wx.GetApp() is not None, "You must have a wx.App object before you can use the colour database."
         cl = getColourInfoList()
+        
         for info in cl:
             wx.TheColourDatabase.Append(*info)
         for info in cl:
             wx.TheColourDatabase.Append(*info)
-
+            
+         _haveUpdated = True