X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fentry.cpp;h=3a91f50dad4e4178cf308aa88c1a40c603559a68;hb=7286d604956ddffcbfa2df6567de866f3d5df3a2;hp=606f447b68c99ffdf8da7fce0495ed4709a73610;hpb=6e58cefe8fd7aa736e528803ba483b9c8514bda1;p=libs%2Fgltk.git diff --git a/source/entry.cpp b/source/entry.cpp index 606f447..3a91f50 100644 --- a/source/entry.cpp +++ b/source/entry.cpp @@ -369,7 +369,7 @@ void Entry::animate(const Time::TimeDelta &) rebuild(); } -void Entry::on_geometry_change() +void Entry::on_size_change() { if(multiline) check_view_range();