X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftable.cpp;h=c0c823822c425e70fb709d721f53853965dce884;hb=91997dd3189b93a67179822ec2fed5f2a7bddb74;hp=085a44237f979bbe9013534c9c160881d75b14eb;hpb=deb15ee122f963ca41121e8358d5845401ac43ca;p=libs%2Fgltk.git diff --git a/source/table.cpp b/source/table.cpp index 085a442..c0c8238 100644 --- a/source/table.cpp +++ b/source/table.cpp @@ -16,15 +16,13 @@ using namespace std; namespace Msp { namespace GLtk { -Table::Table(const Resources &r): - Widget(r), +Table::Table(): rows(1), columns(1), data(1), col_w(1) { focusable = false; - update_style(); } void Table::set_rows(unsigned r)