projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove temportay fix to Makefile.in, now configure .in is fixed
[wxWidgets.git]
/
wxPython
/
demo
/
ColourDB.py
diff --git
a/wxPython/demo/ColourDB.py
b/wxPython/demo/ColourDB.py
index 91878075131596194ddead81af8f586fc4ace510..8e00407dba60196db5cca2dfaecf4b137762c8d1 100644
(file)
--- a/
wxPython/demo/ColourDB.py
+++ b/
wxPython/demo/ColourDB.py
@@
-17,6
+17,7
@@
class TestWindow(wxScrolledWindow):
wxScrolledWindow.__init__(self, parent, -1)
self.clrList = colourdb.getColourList()
+ #self.clrList.sort()
self.bg_bmp = images.getGridBGBitmap()
EVT_PAINT(self, self.OnPaint)