X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.cpp;h=44c41eac98fd6e62d0d69e2ace47c5a52e6910af;hb=4b52d16bc895f9d969383d7a7d6a3558c1972cc5;hp=f1eef110848abed72e114742ea2ff24b6e2ead11;hpb=707b59d45ae50b69c94918f8f74313283b304597;p=libs%2Fgltk.git diff --git a/source/panel.cpp b/source/panel.cpp index f1eef11..44c41ea 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -26,7 +26,9 @@ namespace GLtk { Panel::Panel(): layout(0) -{ } +{ + input_type = INPUT_TEXT; +} Panel::~Panel() {