diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Viewport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Viewport.c b/src/Viewport.c index 0500dc8..6a46e36 100644 --- a/src/Viewport.c +++ b/src/Viewport.c @@ -412,7 +412,7 @@ static void ChangeManaged(widget) } GetGeometry( widget, child->core.width, child->core.height ); (*((ViewportWidgetClass)w->core.widget_class)->form_class.layout) - ( (FormWidget)w, w->core.width, w->core.height ); + ( (FormWidget)w, w->core.width, w->core.height, FALSE ); /* %%% do we need to hide this child from Form? */ } } |