ListCtrlAutoWidthMixin bug
Josiah Carlson
jcarlson at uci.edu
Mon Oct 2 11:19:13 PDT 2006
Attached is a script that when run on Windows 2k with wxPython 2.6.3.3,
will work fine to begin with, but when one resizes the window to have a
very small height, it causes the AutoWidthMixin to get stuck, resulting
in the application hanging while it is setting and resetting widths.
I've fixed this behavior by black-holing the EVT_SIZE event when the
height of the listctrl is less than 32 pixels, but there is probably a
better way.
- Josiah
-------------- next part --------------
A non-text attachment was scrubbed...
Name: auto_width_bug.py
Type: application/octet-stream
Size: 706 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20061002/2e059e1b/auto_width_bug.obj
More information about the wxpython-users
mailing list