[ wxwindows-Bugs-1526962 ] wx.lib.mixins.listctrl.TextEditMixin
SourceForge.net
noreply at sourceforge.net
Sat Jul 22 07:49:09 PDT 2006
Bugs item #1526962, was opened at 2006-07-22 15:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1526962&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Common
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Zeb (corewill)
Assigned to: Nobody/Anonymous (nobody)
Summary: wx.lib.mixins.listctrl.TextEditMixin
Initial Comment:
When I use wx.lib.mixins.listctrl.TextEditMixin, I
found a problem.If there is only one item in the
list, then I cannot select it. At least, UI doesn't
change.
I have checked the source code, and find something
may be wrong:
1.at beginning, there is no item selected, so
self.curRow should be -1, not 0
2.In OnLeftDown(), after HitTest(), if current hit
row is not equal self.curRow, we should make
self.curRow = row.
My wxPython version is 2.6.3.3
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1526962&group_id=9863
More information about the wx-dev
mailing list