Changeset 191 for Docking/CoolDocking/UCDClientPanel.pas
- Timestamp:
- Mar 11, 2011, 10:07:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/UCDClientPanel.pas
r189 r191 68 68 69 69 uses 70 UCDClient, UCD Style, UCDManager;70 UCDClient, UCDManager; 71 71 72 72 { TCDClientPanel } … … 84 84 Temp: TControl; 85 85 Temp2: TControl; 86 Temp3: TCDStyle;87 86 begin 88 87 Temp := TControl(Sender); … … 98 97 if Assigned(OwnerDockManager) then 99 98 with TCDManager(OwnerDockManager) do 100 if Assigned(DockStyleHandler) then 101 with DockStyleHandler do begin 102 Temp3 := DockStyleHandler; 99 begin 103 100 //UpdateClientSize; 104 101 if ControlVisible then
Note:
See TracChangeset
for help on using the changeset viewer.