Changeset 464
- Timestamp:
- Feb 22, 2023, 1:36:03 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/ControlsUtility.pas
r457 r464 107 107 uses 108 108 PMGpi, PMDev, PMShl, DOS, PMWin, BseDos, 109 TabCtrls, 109 TabCtrls, ExtCtrls, 110 110 MultiColumnListBox, 111 111 Graphics; … … 678 678 Round( TMultiColumnListBox( Control ).HeaderHeight * YFactor ); 679 679 680 // TRadioGroup seems to handle its own children automatically 681 if Control is TRadioGroup then 682 exit; 680 683 if csDetail in Control.ComponentState then 681 684 exit;
Note:
See TracChangeset
for help on using the changeset viewer.