]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.cpp
Implement keyboard navigation for most widgets
[libs/gltk.git] / source / panel.cpp
index 44c41eac98fd6e62d0d69e2ace47c5a52e6910af..c17fe4b261e74650a55349c62f314b39d710b06f 100644 (file)
@@ -27,7 +27,7 @@ namespace GLtk {
 Panel::Panel():
        layout(0)
 {
-       input_type = INPUT_TEXT;
+       input_type = INPUT_NAVIGATION;
 }
 
 Panel::~Panel()