month date control

This commit is contained in:
Joe Shochet 2002-10-07 03:22:28 +00:00
parent d2c2933eb7
commit c2ff106684

View File

@ -129,7 +129,7 @@ class DirectScrolledList(DirectFrame):
# If there is a function to create the item
item = apply(self['itemMakeFunction'], (item, i, self['itemMakeExtraArgs']))
else:
item = DirectFrame(text = item)
item = DirectFrame(text = item, relief = None)
# Then add the newly formed item back into the normal item list
self["items"][i] = item
item.reparentTo(self.itemFrame)