diff options
Diffstat (limited to 'src/Fl_Group.cxx')
| -rw-r--r-- | src/Fl_Group.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index 229d33fbe..aefead997 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -708,7 +708,7 @@ void Fl_Group::resize(int X, int Y, int W, int H) { Fl_Widget::resize(X, Y, W, H); // make new xywh values visible for children - if ((!resizable() || (dw==0 && dh==0 )) && !Fl_Window_Driver::is_a_rescale()) { + if ((!resizable() || (dw==0 && dh==0 )) && !Fl_Window::is_a_rescale()) { if (!as_window()) { Fl_Widget*const* a = array(); |
