This commit is contained in:
wp_xyz 2023-08-04 19:37:36 +02:00
parent 4d033a9af6
commit 5f92439334

View File

@ -77,7 +77,7 @@ type
LCLControl: TCustomTabControl; LCLControl: TCustomTabControl;
end; end;
// Misc // Misc Tab
TCDIntfSpinEdit = class(TCDSpinEdit) TCDIntfSpinEdit = class(TCDSpinEdit)
public public
@ -327,7 +327,7 @@ begin
// Common Controls Tab // Common Controls Tab
(AControl is TCDIntfProgressBar) or (AControl is TCDIntfTrackBar) or (AControl is TCDIntfProgressBar) or (AControl is TCDIntfTrackBar) or
(AControl is TCDIntfPageControl) or (AControl is TCDIntfPageControl) or
// Common Controls Tab // Misc Tab
(AControl is TCDIntfSpinEdit) (AControl is TCDIntfSpinEdit)
; ;
end; end;