Forgot to set the default in GroupWithValue.

This commit is contained in:
Jeremy Fincher 2004-01-26 19:17:41 +00:00
parent 578fca2c06
commit 81009586fb
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ class GroupWithValue(Group):
Group.__init__(self)
self.value = value
self.help = value.help
self.default = value.default
def set(self, s):
self.value.set(s)