X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbutton.cpp;h=292625de9f9e4bba00e6598f1ff1eed0d645c207;hb=a87d05583cb7dffaf0e0f5eb9f9b2fc0bcf656e1;hp=91cc88c403365bfabde2a9f943627bd0814c0325;hpb=900becb7550d179d169e7d049b3aef5e0c9b7758;p=libs%2Fgltk.git diff --git a/source/button.cpp b/source/button.cpp index 91cc88c..292625d 100644 --- a/source/button.cpp +++ b/source/button.cpp @@ -92,6 +92,11 @@ void Button::render_special(const Part &part) const } } +void Button::on_style_change() +{ + text.update_style(); +} + Button::Loader::Loader(Button &btn): Widget::Loader(btn)