X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flabel.cpp;h=033bfd9296b07051bdd04691d0ba6d2d65985fff;hb=6d9570c97584758e3cfcac6827d439b7fb844cf4;hp=263b2a4229d23c7c80747e37f3a66f880f2f5140;hpb=4b52d16bc895f9d969383d7a7d6a3558c1972cc5;p=libs%2Fgltk.git diff --git a/source/label.cpp b/source/label.cpp index 263b2a4..033bfd9 100644 --- a/source/label.cpp +++ b/source/label.cpp @@ -16,7 +16,7 @@ void Label::set_text(const string &t) { text = t; signal_autosize_changed.emit(); - rebuild(); + mark_rebuild(); } void Label::autosize_special(const Part &part, Geometry &ageom) const