]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/indicator.cpp
Store the Resources reference only in Root widget
[libs/gltk.git] / source / indicator.cpp
index d0e75586b288098e812432e75e3db8dbee9fa21c..8aeca21b7264c7f50d003af5b9af170b64458d82 100644 (file)
@@ -10,11 +10,9 @@ Distributed under the LGPL
 namespace Msp {
 namespace GLtk {
 
-Indicator::Indicator(const Resources &r):
-       Widget(r)
+Indicator::Indicator()
 {
        focusable = false;
-       update_style();
 }
 
 void Indicator::set_active(bool a)