2013-11-22 18:45, John Emmas skrev:
This crashes:-
Gtk::SpinButton some_spin_button;
Gtk::Adjustment some_adjuster (2, 0, 100, 1, 10, 0);
some_spin_button.set_adjustment (some_adjuster);
That's what I have now once again tested with 2.24.4 without extra
patches. No cras
Hi Kjell - we're back here again... :-(
On 22/11/2013 15:58, Kjell Ahlstedt wrote:
What's going on in your system? I get a feeling that the patches
you've applied to your copy of gtkmm 2.24.4 only hide the symptoms of
a different bug than the one those patches fixed in gtkmm 3.
I must admit
2013-11-22 14:57, John Emmas skrev:
Gtk::SpinButton some_spin_button;
Gtk::Adjustment some_adjuster (2, 0, 100, 1, 10, 0);
some_spin_button.set_adjustment (some_adjuster);
If I include the above lines in any gtkmm app (and build with MSVC)
the app eventually crashes at the stag
Gtk::SpinButton some_spin_button;
Gtk::Adjustment some_adjuster (2, 0, 100, 1, 10, 0);
some_spin_button.set_adjustment (some_adjuster);
If I include the above lines in any gtkmm app (and build with MSVC) the
app eventually crashes at the stage where 'some_spin_button' is