X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftoggle.cpp;h=41e38cba93d393b8af4d650997ae9c8987b2b483;hb=b92c878a286036af106e969a29b2689876aa5f65;hp=753257c775ce86fc81bd973898672e4783f86196;hpb=4f4a17099ee8e927b55fb80c7eaf18a0b4b595db;p=libs%2Fgltk.git diff --git a/source/toggle.cpp b/source/toggle.cpp index 753257c..41e38cb 100644 --- a/source/toggle.cpp +++ b/source/toggle.cpp @@ -42,6 +42,7 @@ void Toggle::autosize() void Toggle::set_text(const string &t) { text = t; + signal_autosize_changed.emit(); } void Toggle::set_exclusive(bool e)