X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpanel.cpp;h=c17fe4b261e74650a55349c62f314b39d710b06f;hp=44c41eac98fd6e62d0d69e2ace47c5a52e6910af;hb=1597579a34a8d87d4dea0a0cdc0895e6247b6126;hpb=0326f950dfb4457bf3e3044cd17aeaa46e56bdac 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()