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