[AG-DEV] AG3: minor ui bug?

Thomas D. Uram turam at mcs.anl.gov
Sun Feb 12 18:42:07 CST 2006


not sure i understand, but 3.0beta1 has been added to bugzilla.

thanks for the patch!

Tom


On 2/12/06 5:53 PM, Rhys Hawkins wrote:
> Is there a bugzilla already? Attached is a patch that fixes it :)
> I poked around as well but couldn't fix it properly. Now that I know it 
> isn't just me, I'll have a better look.
> 
> Cheers,
>     Rhys
> 
> On Sun, 2006-02-12 at 17:27 -0600, Thomas D. Uram wrote:
>> I can confirm that too, across multiple platforms.  I poked at it once,
>> but haven't fixed it yet.  If anyone else fixes it, great!
>>
>> Tom
>>
> 
> 
> ------------------------------------------------------------------------
> 
> --- PreferencesUI.py.orig	2006-02-13 10:43:05.000000000 +1100
> +++ PreferencesUI.py	2006-02-13 10:43:23.000000000 +1100
> @@ -19,7 +19,7 @@
>          Initialize ui components and events.
>          '''
>          wxDialog.__init__(self, parent, id, title,
> -                          style = wxRESIZE_BORDER | wxDEFAULT_DIALOG_STYLE,
> +                          style = wxDEFAULT_DIALOG_STYLE,
>                            size = wxSize(550, 350))
>          self.Centre()
>         




More information about the ag-dev mailing list