Ignore:
Timestamp:
Mar 10, 2011, 9:57:21 AM (13 years ago)
Author:
george
Message:
  • Fixed: Placing new form inside regions with different orientation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCoolDockLayout.pas

    r182 r184  
    401401    if Assigned(ParentComponent) and (ParentComponent is TCoolDockConjoinForm) then
    402402      Form.ManualDock(TCoolDockConjoinForm(ParentComponent).Panel);
    403   end;
     403  end else
     404  if Assigned(Form.HostDockSite) then Form.ManualFloat(Rect.AsTRect);
    404405end;
    405406
Note: See TracChangeset for help on using the changeset viewer.