View | Details | Raw Unified | Return to bug 33204
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Lines 2883-2884 Link Here
2883
    if (PopupMode = pmNone) and HandleAllocated then
2880
    if PopupMode = pmNone then
2884
      RecreateWnd(Self); // need to refresh handle for pmNone because ParentWindow changes if (fsModal in FFormState) - see GetRealPopupParent
2881
    begin
2885
--
2882
      RecreateWnd(Self);
2883
      HandleNeeded;
2884
    end;
Lines 2953-2954 Link Here
2953
      if ((PopupMode = pmNone) and HandleAllocated) and not (csDestroying in ComponentState) then
2954
        RecreateWnd(Self); // need to refresh handle for pmNone because ParentWindow changes if (fsModal in FFormState) - see GetRealPopupParent

Return to bug 33204