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;
end;
// Misc
// Misc Tab
TCDIntfSpinEdit = class(TCDSpinEdit)
public
@ -327,7 +327,7 @@ begin
// Common Controls Tab
(AControl is TCDIntfProgressBar) or (AControl is TCDIntfTrackBar) or
(AControl is TCDIntfPageControl) or
// Common Controls Tab
// Misc Tab
(AControl is TCDIntfSpinEdit)
;
end;