mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
month date control
This commit is contained in:
parent
d2c2933eb7
commit
c2ff106684
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user