]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/image.cpp
Add an input method subsystem
[libs/gltk.git] / source / image.cpp
index f1180c39e1664491fd239560d59f251b8194074a..383f906911993d2a83d8d434ec791f8c0e90d303 100644 (file)
@@ -12,7 +12,6 @@ Image::Image(const GL::Texture2D *i):
        image(i),
        keep_aspect(true)
 {
-       focusable = false;
 }
 
 void Image::autosize_special(const Part &part, Geometry &ageom) const