diff --git a/collects/framework/private/panel.rkt b/collects/framework/private/panel.rkt index a75ecb91..0cdd5f25 100644 --- a/collects/framework/private/panel.rkt +++ b/collects/framework/private/panel.rkt @@ -347,7 +347,7 @@ (update-percentages) (dragable-container-size children-info bar-thickness (get-vertical?))) - (super-instantiate (parent)))) + (super-new [parent parent]))) ;; this function repeatedly checks to see if the current set of percentages and children ;; would violate any minimum size constraints. If not, the percentages are used and the