X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Findicator.cpp;h=8aeca21b7264c7f50d003af5b9af170b64458d82;hb=033732b500a35f3737bad515349d884cb3f123f0;hp=d0e75586b288098e812432e75e3db8dbee9fa21c;hpb=0af3c2393bd00f39db3bfaf5b78a7a44f0fd5ff1;p=libs%2Fgltk.git diff --git a/source/indicator.cpp b/source/indicator.cpp index d0e7558..8aeca21 100644 --- a/source/indicator.cpp +++ b/source/indicator.cpp @@ -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)