X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fentry.cpp;h=3a91f50dad4e4178cf308aa88c1a40c603559a68;hb=32d668c967c881ed386be22f17e3477a4405436b;hp=606f447b68c99ffdf8da7fce0495ed4709a73610;hpb=dbdb28962362626a729fc052ee8c8934466b8396;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();