Re: The wrong way to submit a bug.



> I'm not really sure on the proper way to submit a bug, but version Gtkmm
> version 2.6.3 has a bug in ScrolledWindow
>
> The get_vscrollbar_visible() and get_hscrollbar_visible() methods are
> flip flopped.
>
> bool ScrolledWindow::get_vscrollbar_visible() const
> {
>   return gobj()->hscrollbar_visible; //Not vscrollbar_visible
> }
>
> bool ScrolledWindow::get_hscrollbar_visible() const
> {
>   return gobj()->vscrollbar_visible; //Not hscrollbar_visible
> }

Someone submitted that to bugzilla a few days ago, and it is fixed in cvs.


Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com




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