X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.cpp;h=c97cd6d7212da9c648cbed683edf23dad4250701;hb=7286d604956ddffcbfa2df6567de866f3d5df3a2;hp=11c19f3a99bb51415f2090a21c91ab1f8468c59d;hpb=6e58cefe8fd7aa736e528803ba483b9c8514bda1;p=libs%2Fgltk.git diff --git a/source/panel.cpp b/source/panel.cpp index 11c19f3..c97cd6d 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -176,7 +176,7 @@ int Panel::compute_delta(int pos, int dim, int origin_pos, int origin_dim, int n return 0; } -void Panel::on_geometry_change() +void Panel::on_size_change() { if(layout) layout->update();