Re: The wrong way to submit a bug.
- From: Matthias Langer <mlangc gmx at>
- To: gtkmm-list gnome org
- Subject: Re: The wrong way to submit a bug.
- Date: Sun, 09 Oct 2005 14:08:24 +0200
Paul Davis wrote:
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
}
In case anyone here cares.
This is the same for gtkmm-2.6.4; I've filed a bug together with a
simple testcase
to illustrate the problem: http://bugzilla.gnome.org/show_bug.cgi?id=318332
Matthias Langer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]