X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftable.cpp;h=7f0ae796f9c7077599990ee1fd563fe64bec0b29;hb=ef4660c4bdf38e126e13b426649fc2f997027b65;hp=7f334a0e6825041fb24df917a06be91bc3a2e405;hpb=f34c8d617cbe8ae426e7a1e280dfa0aaf5d11a6d;p=libs%2Fgltk.git diff --git a/source/table.cpp b/source/table.cpp index 7f334a0..7f0ae79 100644 --- a/source/table.cpp +++ b/source/table.cpp @@ -23,6 +23,7 @@ Table::Table(const Resources &r): data(1), col_w(1) { + focusable=false; update_style(); }