]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.cpp
Rename Widget::on_geometry_change to on_size_change
[libs/gltk.git] / source / panel.cpp
index 11c19f3a99bb51415f2090a21c91ab1f8468c59d..c97cd6d7212da9c648cbed683edf23dad4250701 100644 (file)
@@ -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();