Re: Spurious critical warnings in console
- From: Emil Nowak <emiml wp pl>
- To: gtkmm-list gnome org
- Subject: Re: Spurious critical warnings in console
- Date: Wed, 10 Oct 2007 15:56:30 +0200
On 10-10-2007, at 15:14:06 Michael Baranov wrote:
> if (it && it!=children.end()) {
> selection->select(++it);
> }
You are just trying to move selection beyond treeview. You should first
increase your iterator and then check if it is equal to children.end().
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]