projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
All editors that derive from wxGridCellTextEditor will now select the
[wxWidgets.git]
/
wxPython
/
demo
/
GridStdEdRend.py
diff --git
a/wxPython/demo/GridStdEdRend.py
b/wxPython/demo/GridStdEdRend.py
index 5ad7c752d54b29aac124b9b08d4321540e1e8f6e..b4a3db3c36ea453fb7e01fdcdd1e95cc21bf590c 100644
(file)
--- a/
wxPython/demo/GridStdEdRend.py
+++ b/
wxPython/demo/GridStdEdRend.py
@@
-146,8
+146,7
@@
Renderers used together.
self.SetColAttr(edCol, attr)
# There is a bug in wxGTK for this method...
- if wxPlatform != '__WXGTK__':
- self.AutoSizeColumns(true)
+ self.AutoSizeColumns(true)
self.AutoSizeRows(true)
EVT_GRID_CELL_LEFT_DCLICK(self, self.OnLeftDClick)