]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/label.cpp
Add an input method subsystem
[libs/gltk.git] / source / label.cpp
index c59e71851d3ceaee9b91ce71203087b79220e35d..263b2a4229d23c7c80747e37f3a66f880f2f5140 100644 (file)
@@ -9,7 +9,6 @@ namespace GLtk {
 
 Label::Label(const string &t)
 {
-       focusable = false;
        set_text(t);
 }