X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flist.cpp;h=9eff09bb47566a1a6785ee909327da878f8a29ce;hb=21cb1e0b6fcc653d1298423dff5af5609389d415;hp=de7f857935d57050b3f859e6b70186b57361d0de;hpb=f110b0b16c4e305f009f233dafd0b279949638cd;p=libs%2Fgltk.git diff --git a/source/list.cpp b/source/list.cpp index de7f857..9eff09b 100644 --- a/source/list.cpp +++ b/source/list.cpp @@ -595,6 +595,11 @@ void List::DataObserver::refresh_item(unsigned i) } +List::Item::Item() +{ + input_type = INPUT_NAVIGATION; +} + void List::Item::autosize_special(const Part &part, Geometry &ageom) const { if(part.get_name()=="children")