Re: The wrong way to submit a bug.
- From: "Murray Cumming" <murrayc murrayc com>
- To: "Paul Davis" <pjdavis engineering uiowa edu>
- Cc: gtkmm-list gnome org
- Subject: Re: The wrong way to submit a bug.
- Date: Sun, 9 Oct 2005 11:18:05 +0200 (CEST)
> 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]