lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] Wrong wxFlexGridSizer usage in about_dialog.cpp


From: Greg Chicares
Subject: Re: [lmi] Wrong wxFlexGridSizer usage in about_dialog.cpp
Date: Wed, 20 Jan 2010 13:08:12 +0000
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

On 2010-01-20 10:31Z, Vadim Zeitlin wrote:
> 
> --- a/about_dialog.cpp
> +++ b/about_dialog.cpp
> @@ -66,7 +66,7 @@ int AboutDialog::ShowModal()
>          ,wxID_ANY
>          ,wxDefaultPosition
>          ,wxDefaultSize
> -        ,wxHW_SCROLLBAR_AUTO | wxHW_NO_SELECTION
> +        ,wxHW_SCROLLBAR_NEVER | wxHW_NO_SELECTION
>          );
>      html_window->SetBorders(0);
>      html_window->SetPage(license_notices_as_html());
[...]
>  Greg, please let me know if you think the above patch is an unacceptable

I have no objection to it. In fact, 'wxHW_SCROLLBAR_AUTO' is an
error that I just hadn't noticed yet: my intention was that no
scrollbar ever appear here.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]