Ignore:
Timestamp:
Jul 20, 2011, 9:50:03 PM (13 years ago)
Author:
george
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCDManager.pas

    r218 r253  
    689689  R: TRect;
    690690begin
    691   if Assigned(Control) then
     691  if Assigned(Control) and Assigned(TWinControl(Control).DockManager) then
    692692  with TCDManager(TWinControl(Control).DockManager) do
    693693  case HeaderPos of
Note: See TracChangeset for help on using the changeset viewer.