Changeset 177 for Docking/CoolDocking/UCoolDockClientPanel.pas
- Timestamp:
- Mar 7, 2011, 4:16:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/UCoolDockClientPanel.pas
r103 r177 100 100 if Assigned(DockStyleHandler) then 101 101 with DockStyleHandler do begin 102 //UpdateClientSize; 102 103 if ControlVisible then 103 104 Switch(DockPanels.IndexOf(FindControlInPanels(TControl(Sender)))); 104 //UpdateClientSize; 105 if not (Control is TWinControl) then raise Exception.Create('Not TWinControl'); 106 if not Assigned(Control) then raise Exception.Create('Control not assigned'); 105 107 ChangeVisible(TWinControl(Control), ControlVisible); 106 108 // Show parent control
Note:
See TracChangeset
for help on using the changeset viewer.