dabo Commit Revision 3150 Date: 2007-05-31 14:18:48 -0700 (Thu, 31 May 2007) Author: Paul Trac: http://svn.dabodev.com/trac/dabo/changeset/3150
Changed: U trunk/dabo/ui/uiwx/dCheckListBox.py
Log: Fixed minor problem in test for dCheckListBox: PositionValue refers to the checked items, not the line that has the focus.
Diff: Modified: trunk/dabo/ui/uiwx/dCheckListBox.py =================================================================== --- trunk/dabo/ui/uiwx/dCheckListBox.py 2007-05-31 16:23:23 UTC (rev 3149) +++ trunk/dabo/ui/uiwx/dCheckListBox.py 2007-05-31 21:18:48 UTC (rev 3150) @@ -102,7 +102,7 @@ print "\tCount: ", self.Count def onMouseLeftDoubleClick(self, evt): - print "double click at position %s" % self.PositionValue + print "double click" def onMouseLeftDown(self, evt): print "mousedown"
©2007 Paul McNett |