Re: wxGlade 0.7.1 RC1
Carsten Grohmann <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
Hi Udi, Udi Fuchs schrieb am 07.08.2015: > The following patch fixes the CustomWidget issue: > > --- a/widgets/custom_widget/custom_widget.py Mon Aug 03 20:05:41 > 2015 +0200 > +++ b/widgets/custom_widget/custom_widget.py Fri Aug 07 22:53:36 > 2015 -0500 > @@ -46,7 +46,7 @@ > return True > elif name == 'argument': > char_data = self.get_char_data() > - self.arguments.append(char_data) > + self.arguments.append([char_data]) > return False > > # end of class ArgumentsHandler Thank you for this patch. It's committed now: changeset: 1750:10877c3ad73d tag: tip user: Carsten Grohmann <mail-s/[email protected]> date: Thu Aug 13 17:20:39 2015 +0200 summary: Fix generated code for CustomWidget constructor (Thanks to Udi Fuchs) Regards, Carsten ------------------------------------------------------------------------------