X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7722248d7510121367c9d4db7af1156197c26e82..72b1ad5c2e42a19e24460c196b47ea54e34d8c2c:/wxPython/wx/lib/colourdb.py

diff --git a/wxPython/wx/lib/colourdb.py b/wxPython/wx/lib/colourdb.py
index 8f14df111b..d44b1ea2f0 100644
--- a/wxPython/wx/lib/colourdb.py
+++ b/wxPython/wx/lib/colourdb.py
@@ -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()
+        
         for info in cl:
             wx.TheColourDatabase.Append(*info)
-
+            
+        _haveUpdated = True