Discussion:
wxGTK-3.0.0: wxListCtrl does not scroll with mouse wheel anymore (and it asserts)
Marco DeFreitas
2014-02-11 20:27:08 UTC
Permalink
While upgrading to wxGTK-3.0.0, I noticed that I can no longer scroll the
wxListCtrl (in Report mode, at least). This can be seen in the listctrl
sample program as well. I also noticed that the sample program throws a lot
of asserts when it first comes up and when an item in the list is selected.

Is this a known bug?

Thanks,
Marco
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Marco DeFreitas
2014-02-11 20:45:31 UTC
Permalink
In my original post, when I said "I can no longer scroll", I meant
scrolling with the mouse wheel.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-02-11 20:50:04 UTC
Permalink
On Tue, 11 Feb 2014 12:27:08 -0800 (PST) Marco DeFreitas wrote:

MD> While upgrading to wxGTK-3.0.0, I noticed that I can no longer scroll the
MD> wxListCtrl (in Report mode, at least). This can be seen in the listctrl
MD> sample program as well. I also noticed that the sample program throws a lot
MD> of asserts when it first comes up and when an item in the list is selected.
MD>
MD> Is this a known bug?

Yes, and an already fixed one, see r75193 in the 3.0 branch which will be
part of 3.0.1 release.

Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Loading...